Skip to content

doubledutch/react-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

  1. Make style or component changes
  2. Observe changes in Storybook: npm start
  3. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published