Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dbhcomponentbuilder

littletee3MITdeprecated1.3.7TypeScript support: included

this package has been deprecated

Boilerplate for building Typescript React UI components for dbh

readme

dbh UI Component builder

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 install

Install peerDependencies

npm install react react-dom classnames

Linting

npm run lint

Type-checking

npm run type-check
npm run type-check:watch

Build for Production using Babel

npm run build:babel

Build for Production using Typescript

npm run build:tsc

Usage

Import the stuff you need:

import { ListPane, EditPane } from 'dbhcomponentbuilder';

Todo

add storybook to test the Components locally