Generic react components library for our frontends. The npm package can be found here.
This package is created using TypeScript and MaterialUI, built using Yarn and bundled using Webpack.
Our library is showcased on the GRAS Storybook
You can simply import the package using yarn
or npm
.
// with npm
npm install @dhi-gras/react-components
// with yarn
yarn add @dhi-gras/react-components
If you would like to contribute to our project, please read the [repository guidelines] - to be added.
In order to use our components, please follow the documentation.