Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackboxvision/ui-components
This library contains the UI components that we use on our sites. These components use Material UI and are responsive to both desktop and mobile.
https://github.com/blackboxvision/ui-components
design-system react ui
Last synced: about 2 hours ago
JSON representation
This library contains the UI components that we use on our sites. These components use Material UI and are responsive to both desktop and mobile.
- Host: GitHub
- URL: https://github.com/blackboxvision/ui-components
- Owner: BlackBoxVision
- License: mit
- Created: 2020-04-05T17:49:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:48:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:54:46.762Z (7 months ago)
- Topics: design-system, react, ui
- Language: TypeScript
- Homepage: https://ui.blackbox-vision.tech
- Size: 3.81 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# UI components
This library contains the UI components that we use on our sites. These components use Material UI and are responsive to both desktop and mobile.
## Install
You can install this library via NPM or YARN.
### NPM
```bash
npm i @blackbox-vision/ui-components
```### YARN
```bash
yarn add @blackbox-vision/ui-components
```## Use case
In the beginnings, we develop some similar components that we use on our sites. Later, we ask ourselves: ¿Is necessary have all this duplicated code? ¿ Why not better make that all of this code be in an only place and use it? ¿Why not share it?
Well, here we are.## Issues
Please, open an [issue](https://github.com/BlackBoxVision/ui-components/issues) following one of the issues templates. We will do our best to fix them.
## Contributing
If you want to contribute to this project see [contributing](https://github.com/BlackBoxVision/ui-components/blob/master/CONTRIBUTING.md) for more information.
## License
Distributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/ui-components/blob/master/LICENSE) for more information.