matro-ui
v1.0.2
Published
๐๏ธ Highly optimized UI Components in one, tiny package for your React Applications.
Downloads
57
Readme
For comprehensive documentation on how to utilize Matro UI components effectively, please visit our documentation site. Whether you're a beginner or an experienced developer, our documentation provides clear instructions and examples to help you get started quickly.
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
Core 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;
Support
For support, questions, or feedback, please don't hesitate to create an issue or send a bug report to [email protected].
Contributors
We welcome contributions from the community! Whether it's reporting bugs, submitting feature requests, or contributing code, please refer to 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