Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailus-ui/tailus-ui-react
Modern customizable web UI Components built with Radix UI and Tailus Themer
https://github.com/tailus-ui/tailus-ui-react
Last synced: 2 days ago
JSON representation
Modern customizable web UI Components built with Radix UI and Tailus Themer
- Host: GitHub
- URL: https://github.com/tailus-ui/tailus-ui-react
- Owner: Tailus-UI
- License: mit
- Created: 2023-09-05T10:17:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T13:01:28.000Z (7 months ago)
- Last Synced: 2024-04-22T14:26:38.136Z (7 months ago)
- Language: TypeScript
- Homepage: https://beta.tailus.io/demo
- Size: 4.07 MB
- Stars: 84
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
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.