Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.