0.5.0 • Published 9 months ago
@reactizard/plain-ui v0.5.0
plain-ui
A simple react tailwind UI component library
This Project is under development
1. Install
npm i @reactizard/plain-ui
2. Usage
import React from 'react';
import { Button } from '@reactizard/plain-ui';
function App() {
return (
<Button color="purple" size="sm">
Button
</Button>
)
}
Documentation
Contributing
If you would like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.
Acknowledgments
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.
License
This project is licensed under the terms of the MIT license.