@reactui-org/core
Version:
the future of design systems, build beautiful websites with utility first customizable components
48 lines (31 loc) • 1.59 kB
Markdown
<b><h1 align="center">React UI</h1></b>
<h1 align="center">The React Components Library:sparkles:</h1>
- :heavy_check_mark: Headless unstyled Components, build your custom UX!
- :rocket: Tailwind CSS Components, do <b>more with less</b> classes!
### Quick start
Inside your root project directory, run;
```sh
npm install @reactui-org/core --save
```
### Usage
```jsx
// Button Component Example
import { Button } from '@reactui-org/core'
<Button backgroundColor="#000" color="#fff">
My Button
<Button/>
```
| Button Props | Expected Data Type |
| --------------- | ------------------ |
| backgroundColor | String |
| color | String |
| props | Any |
:clipboard: [React UI Documentation](https://github.com/OSCA-Kampala-Chapter/react-ui/tree/main/reactui-docs)
:office: [Website](https://github.com/OSCA-Kampala-Chapter/react-ui/tree/main/website)
## :construction: Thanks to all Contributors.
Thank you for spending time to contribute to **our mission of creating the future of design systems, enabling everyone to build beautiful web apps with utility first customizable components**.
Thank you so much:heart:! Keep rocking:rocket:
[](https://github.com/OSCA-Kampala-Chapter/react-ui/graphs/contributors)
Want to contribute? Get stared with our [Contributing Guide](https://github.com/OSCA-Kampala-Chapter/react-ui/blob/main/CONTRIBUTING.md).
## License
[MIT](https://github.com/OSCA-Kampala-Chapter/react-ui/blob/main/LICENSE)