@doubledutch/react-components
v0.2.1
Published
A library of React components and styles for use within DoubleDutch products.
Downloads
35
Readme
@doubledutch/react-components
A library of React components and styles for use within DoubleDutch products.
By using these styles and components, UI can easily match the DoubleDutch look and feel.
Demo
Visit the interactive demo powered by Storybook.
Usage
import '@doubledutch/react-components/lib/base.css' // Get DoubleDutch standard CSS.
import {Avatar, TextInput} from '@doubledutch/react-components'
// Not exported directly, due to larger dependencies
import {DateTimePicker} from '@doubledutch/react-components/DateTimePicker'
See the live interactive demo for individual components and styles.
Updating
- Make style or component changes
- Make CSS changes to src/base.css
- Observe changes in Storybook:
npm start
- Submit a pull request
To update the interactive demo, run npm run deploy-storybook
. Write permissions
to https://github.com/doubledutch/react-components are required.