0.0.45 • Published 9 months ago

titan.designsystem v0.0.45

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Titan Design System Component Library For React Projects

This is a React components library built with Storybook. It contains reusable UI components that can be used in any React application. You can view and interact with each component in Storybook.

Here is a link to Titan's React Component Library

Installation

  1. Clone this repository.
  2. Run npm install to install all the necessary packages.

Usage

You can view the Storybook by running the following command:

npm run storybook

This will start the Storybook server and open it in your default browser. You can then view and interact with each component in the Storybook UI.

Contributing

We welcome contributions to this library! If you find a bug or would like to add a new feature, please open an issue or submit a pull request.

To contribute, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature or bugfix: git checkout -b my-feature-branch
  3. Make your changes and commit them: git commit -am 'Add new feature'
  4. Push your changes to your fork: git push origin my-feature-branch
  5. Submit a pull request to this repository.