@typeolymp/ui-components
v3.0.13
Published
The `ui-components` repository is a collection of [React](https://react.dev/) components, crafted with [Typescript](https://www.typescriptlang.org/) and [Styled Components](https://styled-components.com/). The components are organized according to the [At
Downloads
341
Readme
💅🏼 ui-components
The ui-components repository is a collection of React components, crafted with Typescript and Styled Components. The components are organized according to the Atomic Design system and provides a versatile set of building blocks to create beautiful and consistent user interfaces.
📖 Table of Contents
👨🏻💻 Development
To get started with this project, follow these step:
- Clone the repository: Clone the repository to your local machine.
- Install dependencies: Install the dependencies using
yarn install - Run Storybook: Run storybook with
yarn storybook
Open http://localhost:6006 with your browser to see the result.
👫 Contributing
To contribute to the ui-components package, follow these step:
- Clone the Repository: Clone the repository to your local machine.
- Create a Branch: Create a new branch for your changes using a descriptive name:
git checkout -b feature/my-new-feature. - Make Changes: Make your desired changes and improvements to the codebase.
- Commit Changes: Commit your changes with a clear and concise commit message:
git commit -m "Add a new feature". - Push Changes: Push your changes to your development branch:
git push origin feature/my-new-feature. - Update the CHANGELOG: Update the
CHANGELOG.mdfile with the new changes. - Open a Pull Request: Visit the repository and open a Pull Request. Describe your changes, and submit the pull request.
