@demandjump/trinity
Version:
Public Demandjump React Components and UIKit
34 lines (19 loc) • 1.01 kB
Markdown

Public 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';
...
<DJTextField name="myFieldName" id="myFieldId">
...
See the storybook for more information about props
See the components live at [Our Storybook](https://demandjump.github.io/trinity/)
-- 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.