Skip to content

๐Ÿ‘๏ธ Highly optimized UI Components in one tiny package for your React applications.

License

Notifications You must be signed in to change notification settings

matro-ui/matro-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Matro UI Logo

๐Ÿ‹ Streamlined UI Library for React Apps.


Bundle Size Github Checks MIT License NPM Downloads Version

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 pjaworski.dev@gmail.com.

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