A simple react tailwind UI component library
This Project is under development
npm i @reactizard/plain-ui
import React from 'react';
import { Button } from '@reactizard/plain-ui';
function App() {
return (
<Button color="purple" size="sm">
Button
</Button>
)
}
If you would like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.
Most of the UIs uses Friendly UI kit(A Figma community UI kit) as a blueprint. Gratitude goes to Victor Allegret for this exceptional design system and UI kit that served as a significant inspiration for this project.
This project is licensed under the terms of the MIT license.