Collection of highly customizable and accessible React components. Built on top of Tailwind CSS, Radix UI, and themed with Tailus Themer, Tailus UI React is your one-stop shop for building beautiful and functional web user interfaces.
You can find the Tailus UI React documentation on our website.
You can find the Tailus UI React examples on our Demo page.
You'll need to be familiar with Node.js and npm
, and have npm
installed. You should be comfortable installing
packages with npm
, and experience creating web apps with React and Tailwind CSS will be very helpful.
- First, you need to clone the project:
git clone https://github.com/Tailus-UI/tailus-ui-react.git
cd tailus-ui-react
- Then, install the dependencies:
npm install
or use the shortcut command:
npm i
- Finally, start the development server:
npm run storybook
Then open http://localhost:6006/ in your browser.
If you want to contribute to Tailus UI React, you can follow the contributing guide.
This project is licensed under the MIT License - see the LICENSE file for details.