Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halvaradop/ui
A collection of reusable components for React, styled with Tailwind CSS. It simplifies the development of modern and responsive interfaces.
https://github.com/halvaradop/ui
pnpm postcss react storybook tailwindcss ui ui-library
Last synced: 5 days ago
JSON representation
A collection of reusable components for React, styled with Tailwind CSS. It simplifies the development of modern and responsive interfaces.
- Host: GitHub
- URL: https://github.com/halvaradop/ui
- Owner: halvaradop
- License: mit
- Created: 2024-09-12T18:10:46.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:14:54.000Z (17 days ago)
- Last Synced: 2024-10-29T15:57:51.141Z (16 days ago)
- Topics: pnpm, postcss, react, storybook, tailwindcss, ui, ui-library
- Language: TypeScript
- Homepage:
- Size: 377 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @halvaradop/ui
@halvaradop/ui is a library of accessible, reusable, and customizable UI components for web applications built with React and styled using TailwindCSS. It provides a set of pre-styled components designed to streamline and accelerate the development of user interfaces.
## Installation
To install the available components, you can refer to the [packages](https://github.com/halvaradop/ui/tree/master/packages) and add the package name with the `@halvaradop` prefix. Then, run one of the following commands based on your package manager:
```bash
npm i @halvaradop/ui-button
yarn add @halvaradop/ui-button
pnpm add @halvaradop/ui-button
```## Contributing
Welcome to contribute to @halvaradop/ui library if you have an idea, find an issue or you have an amazing advices, please feel free to open an issue or create a pull request. We offer a guide on how to contribute to the project and the necessary steps to do so. Here's how you can contribute, Read our [Contribuing Guideline](https://github.com/halvaradop/.github/blob/master/.github/CONTRIBUTING.md).
# Code of conduct
Please be aware that this project has a code of conduct, and we expect all contributors to follow these guidelines in their interactions. For more information, please read our [Code of Conduct](https://github.com/halvaradop/.github/blob/master/.github/CODE_OF_CONDUCT.md).