Installation

Get started with React Box in your project. Installation takes less than a minute.
Install via npm
Terminal
npm install @cronocode/react-box
Or with yarn
Terminal
yarn add @cronocode/react-box
Or with pnpm
Terminal
pnpm add @cronocode/react-box
React 16.14 or newer is the peer range; 18 and 19 are the versions CI runs the whole test suite against. Nothing else is needed — no bundler plugin, no PostCSS step, no stylesheet to import.

That's it!

You're ready to start building beautiful interfaces.

Next Steps

Import Box
Import the Box component and start using it in your JSX.
Explore Components
Check out pre-built components like Button, Textbox, and more.