1.1.3 • Published 5 years ago

dbhcomponents v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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 install

Install peerDependencies

npm install react react-dom classnames primereact primeicons

Linting

npm run lint

Type-checking

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

Build for Production using Typescript (recommended)

npm run build:tsc

Build for Production using Babel

npm run build:babel

Usage

Import the stuff you need:

import { ListPane, EditPane } from 'dbhcomponents';

Todo

add storybook to test the Components locally