Public Demandjump React Components and UIKit
npm install @demandjump/trinityPublic Demandjump React Component Library and UIKit based on Material Design with MaterialUI.
If you are using npm, you can run the following command:
npm install @demandjump/trinity
For yarn users:
yarn add @demandjump/trinity
Then import the components like so:
import { DJTextField } from '@demandjump/trinity';
...
...
See the storybook for more information about props
See the components live at Our Storybook
-- Storybook is deployed with github actions via the .github/workflows/storybook.yaml file and the npm package @storybook/storybook-deployer and the package.json script:
"deploy-storybook": "storybook-to-ghpages"
-- I had to add a personal access token to the github action called GH_TOKEN for the action to be able to deploy the storybook.