This is DryKISS's react design system. It contains all of our components used throughout our NextJS projects.
It enables us to rapidly prototype any type of site at any scale.
WE are making this available to the wider community to experiment with at this time.
$ yarn install
$ yarn start
To develop locally we run yarn link at the root of industryUI, and the second command in the project where we wish to use it.
$ yarn link
$ yarn link industry-ui
Currently we have to remove the node_modules directory from IndustryUI when running the parent project to avoid double React loading and hooks issues.
DryKISS
Code and documentation copyright 2013-2019 the IndustryUI Authors and DryKISS, Ltd. Code released under the MIT License. Docs released under Creative Commons.