Modular Design System or short mds is a Fork of MinIO Design System it´s a design specification for all UI elements used in MinIO® products.
Note
MINIO is a registered trademark of the MinIO Corporation. Consequently, this project > is not affiliated with or endorsed by the MinIO Corporation.
You can test this package using the embedded storybook. Please follow these steps:
- Do
yarn installin the root folder of mds - Start Story book by running
yarn storybook - Open any browser and go to
http://localhost:6006
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
Modular Design System source is licensed under the GNU AGPLv3 license that can be found in the LICENSE file.