@commitd/components
v0.0.23
Published
Committed Component Library
Downloads
1
Readme
Committed Components
For documentation see https://committed.software/components
Install
yarn add @commitd/components
Usage
import * as React from 'react'
import { CommitdComponent } from '@commitd/components'
class Example extends React.Component {
render() {
return <CommitdComponent />
}
}
Development
The main build is performed using Rollup:
yarn build
We use storybook to develop and document the components, this is run in development using
yarn storybook
CI
Pull requests go through CI checks using Drone. Merged pull requests to master update the deployed documentation and can update the package in the GitHub registry if the version number is updated.
License
MIT - © Committed Software 2019 https://committed.io