0.0.23 • Published 4 years ago

@commitd/components v0.0.23

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Committed Components

Committed Badge Build Status Storybook

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