Skip to content

Files

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

React UI

The React Components Library:sparkles:

  • ✔️ Headless unstyled Components, build your custom UX!
  • 🚀 Tailwind CSS Components, do more with less classes!

Quick start

Inside your root project directory, run;

npm install @reactui-org/core --save

Usage

// 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

📋 React UI Documentation 🏢 Website

🚧 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:

Contributors

Want to contribute? Get stared with our Contributing Guide.

License

MIT