1.1.3 • Published 6 years ago
dbhcomponents v1.1.3
dbh Components
Full Documentation on the internal confluence site
Credits
Heavily inspired by Typescript-Babel-Starter, Typescript-React-Starter, react-component-rollup-typescript-boilerplate and rbx
Install
npm installInstall peerDependencies
npm install react react-dom classnames primereact primeiconsLinting
npm run lintType-checking
npm run type-check
npm run type-check:watchBuild for Production using Typescript (recommended)
npm run build:tscBuild for Production using Babel
npm run build:babelUsage
Import the stuff you need:
import { ListPane, EditPane } from 'dbhcomponents';Todo
add storybook to test the Components locally