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.
## with npm
npm i matro-ui
## with yarn
yarn add matro-ui
## with pnpm
pnpm i matro-ui
## with bun
bun add matro-ui
- Streamlined UI components for building React applications.
- Lightweight and optimized for performance.
- Custom hooks for seamless integration.
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;
For support, questions, or feedback, please don't hesitate to create an issue or send a bug report to pjaworski.dev@gmail.com.
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.
Matro UI is open-source software licensed under the MIT License. See the LICENSE file for more information.
MIT © Patryk Jaworski