MatrixUI Library
npm install @trsys-tech/matrix-libraryMatrixUI Library is a comprehensive UI component library built with React and TypeScript. It provides a wide range of reusable components to help you build modern and responsive user interfaces.
- Installation
- Usage
- Components
- Development
- Contributing
- License
To install the MatrixUI Library, use npm or yarn:
``sh`
npm install @trsys-tech/matrix-library
or
`sh`
yarn add @trsys-tech/matrix-library
`jsx
import { Button } from "@trsys-tech/matrix-library";
function App() {
return ;
}
`
MatrixUI Library includes a variety of components, such as:
- Buttons
- Modals
- Forms
- Tabs
- Toasts
- And many more...
For a full list of components and their usage, please refer to the Storybook documentation.
To set up the development environment, clone the repository and install the dependencies:
`sh``
git clone https://github.com/Trsys-Tech/matrix-library.git
cd matrix-library
npm install
We welcome contributions to the MatrixUI Library! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details. MatrixUI Library