0.8.2 • Published 2 years ago
matro-ui-build v0.8.2
Installation:
## with npm
npm i matro-ui
## with yarn
yarn add matro-ui
## with pnpm
pnpm i matro-ui
## with bun
bun add matro-ui
Features
- Streamlined UI components for building React applications.
- Lightweight and optimized for performance.
- Custom hooks for seamless integration.
Usage
Here's a quick example of how you can do it using something like Create React App:
import React from 'react';
import { Button } from 'matro-ui';
const App = () => {
return (
<div>
<Button onClick={() => alert('Hello Matro UI!')}>Click Me</Button>
</div>
);
};
export default App;
Documentation
For detailed documentation on how to use Matro UI components, please visit our documentation site.
Support
For support, questions, or feedback, please create an issue or send a bug report on pjaworski.dev@gmail.com.
Contributors
We welcome contributions from the community! See our contribution guidelines for more details.
License
Matro UI is open-source software licensed under the MIT License. See the LICENSE file for more information. MIT © Patryk Jaworski
0.8.2
2 years ago