0.0.3 • Published 2 years ago

@hydrogrid/design-system v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

HYDROGRID Design System 🖌

How to use

npm start               # serve & watch showcase app
npm test                # run tests
npm run build           # build library to dist/
npm run build-showcase  # build showcase app to build/
npm run watch           # rebuild library on changes
npm run start-browser   # npm start + open browser
npm run lint            # check code style
npm run lint-fix        # check & fix code style

Development

To use this library via npm link when developing in parallel with a project that depends on it, you have to link react to prevent two versions being used at the same time:

cd design-system
npm link react ../other-app/node_modules/react

cd ../other-app
npm link @hydrogrid/design-system ../design-system

License

(C) 2022 Hydrogrid GmbH

This software is licensed under the MIT License.
To emphasize: Absolutely no warranty or support of any form is given.
For more details, see the full license in LICENSE.md.

If you fork the project, you may attribute the original software, but under no circumstances indicate that your project belongs to the HYDROGRID trademark or brand.

Attributions

Icon is based on the paintbrush icon by Vaadin, published under the Apache 2.0 License.

0.0.3

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago