minify-ui
v0.20.45
Published
<p align="center" height="370"> <img align="center" src="https://raw.githubusercontent.com/Guilherme-Ciano/minify-ui/main/src/stories/assets/Logos/Brand_BG_Black.png"> </p>
Downloads
43
Readme
⚠️ DO NOT DOWNLOAD RIGHT NOW, WAIT UNTIL THE 1.0.0 RELEASE It's important to address the fact that I'm still developing the core features. With that in mind, I strongly DO NOT RECOMMEND downloading the package for your project at this time. Soon, there will be more components and features to enhance your experiences and designs. Thank you for stopping by! 😁
Quick Start
You can install minify-ui via npm:
npm install minify-ui
Usage
Import and use components from minify-ui in your React project:
import React from 'react';
import { Button, Input } from 'minify-ui';
function App() {
return (
<div>
<Button>Click me</Button>
<Input type="text" placeholder="Enter your name" />
</div>
);
}
export default App;
Documentation
Contributing
We welcome contributions from the community! If you find any bugs, have feature requests, or want to contribute improvements, please submit an issue or create a pull request on GitHub.
License
minify-ui is licensed under the MIT License. See the LICENSE file for details.