JSPM

  • Created
  • Published
  • Downloads 31
  • Score
    100M100P100Q78273F
  • License MIT

MatrixUI Library

Package Exports

    Readme

    MatrixUI Library

    MatrixUI 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.

    Table of Contents

    Installation

    To install the MatrixUI Library, use npm or yarn:

    npm install @trsys-tech/matrix-library

    or

    yarn add @trsys-tech/matrix-library

    Usage

    import { Button } from "@trsys-tech/matrix-library";
    
    function App() {
      return <Button variant="primary">Click Me</Button>;
    }

    Components

    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.

    Development

    To set up the development environment, clone the repository and install the dependencies:

    git clone https://github.com/Trsys-Tech/matrix-library.git
    cd matrix-library
    npm install

    Contributing

    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.

    License

    This project is licensed under the MIT License. See the LICENSE file for more details. MatrixUI Library