Welcome to the Oryx-ui project! This is a React component library that harnesses the power of Vite for fast and efficient development. The components are based on the radix-ui library and integrated with a custom theming system.
Make sure you have Node.js installed on your machine.
npm install
npm run dev
Visit http://localhost:3000 in your browser to view the app in development mode.
npm run build
/src: Contains the source code of the app. /themes/palettes: Contains configuration files for the theming system.
The components in this project are based on the radix-ui library, providing a solid foundation for building accessible and flexible React components. Be sure to check the radix-ui documentation for more details.
All the project and components use Tailwind!!
This project integrates a custom theming system that allows you to customize the look and feel of the app to fit the needs of your project. Refer to the /themes directory for more information on how to configure and use the theming system.
The presets you find in themes/palettes are based on Radix-ui/colors, to obtain a comprehensive color system for designing beautiful, accessible websites and apps.
If you encounter issues or have suggestions, please open a new issue on GitHub Issues.
This project is distributed under the MIT license.