mino-ui
v0.1.6
Published
Mino UI library
Downloads
2
Readme
Mino UI
Mino UI is a UI library structured using Atomic Design. This library provides a set of reusable UI components that can be used to build beautiful and consistent user interfaces.
Installation
To install Mino UI, you can use yarn
by running the following command in your terminal:
Usage
To use Mino UI in your project, you can import the components you need and use them in your code. For example:
const App = () => { return ( Click Me! ); }
export default App;
Building Mino UI
To build the Mino UI library, you can use yarn
by running the following command in your terminal:
Contributing
We welcome contributions to Mino UI! If you have any ideas or suggestions for improvements, please feel free to open an issue or submit a pull request.