https://github.com/Tailus-UI/ui.tailus.io
Build Custom Web UIs Highly customizable React components for crafting modern, personalized websites and applications.
https://github.com/Tailus-UI/ui.tailus.io
radix-ui react tailus tailwindcss
Last synced: about 1 year ago
JSON representation
Build Custom Web UIs Highly customizable React components for crafting modern, personalized websites and applications.
- Host: GitHub
- URL: https://github.com/Tailus-UI/ui.tailus.io
- Owner: Tailus-UI
- License: mit
- Created: 2023-09-05T10:17:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T05:42:21.000Z (about 2 years ago)
- Last Synced: 2025-04-10T08:41:37.275Z (about 1 year ago)
- Topics: radix-ui, react, tailus, tailwindcss
- Language: TypeScript
- Homepage: https://ui.tailus.io/
- Size: 3.53 MB
- Stars: 449
- Watchers: 3
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Tailus UI React
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.
## Documentation
You can find the Tailus UI React documentation [on our website](https://beta.tailus.io/docs/introduction/).
## Examples
You can find the Tailus UI React examples [on our Demo page](https://beta.tailus.io/demo/).
## Getting started
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.
1. First, you need to clone the project:
```bash
git clone https://github.com/Tailus-UI/tailus-ui-react.git
cd tailus-ui-react
```
2. Then, install the dependencies:
```bash
npm install
```
or use the shortcut command:
```bash
npm i
```
3. Finally, start the development server:
```bash
npm run storybook
```
Then open [http://localhost:6006/](http://localhost:6006/) in your browser.
## Contributing
If you want to contribute to Tailus UI React, you can follow
the [contributing guide](https://github.com/tailus-ui/tailus-ui-react/blob/main/CONTRIBUTING.md).
## License
This project is licensed under the MIT License - see
the [LICENSE](https://github.com/tailus-ui/tailus-ui-react/blob/main/LICENCE.md) file for details.