matro-ui

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i matro-ui

Weekly Downloads

15

Version

1.0.2

License

MIT

Unpacked Size

59 kB

Total Files

105

Last publish

Collaborators

  • gerwld