2026-06-28 20:22:21 -07:00
<p align="center"><img src=".github/hero.svg" alt="mds" width="880"></p>
2022-09-06 10:20:59 -05:00
# MinIO Design System
2022-05-17 08:54:01 -07:00
2022-06-17 19:36:36 -05:00
The MinIO Design System is a design specification for all UI elements used in MinIO products.
## How to test
You can test this package using the embedded storybook. Please follow these steps:
1. Do `yarn install` in the root folder of mds
2022-06-21 17:15:16 -05:00
2. Start Story book by running `yarn storybook`
2022-06-17 19:36:36 -05:00
3. Open any browser and go to `http://localhost:6006`
## Build distribution files
To create distribution files you can run `yarn build` or `make build` in source folder. This will create the required dist folders.
This process is required everytime a new component is created and ready to be distributed
2022-06-17 17:44:05 -07:00
## License
2022-06-21 17:15:16 -05:00
2022-06-17 17:44:05 -07:00
MinIO Design System source is licensed under the GNU AGPLv3 license that can be found in the [LICENSE ](https://github.com/minio/mds/blob/master/LICENSE ) file.