@commitd/components
TypeScript icon, indicating that this package has built-in type declarations

0.0.23 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @commitd/components

Weekly Downloads

6

Version

0.0.23

License

MIT

Unpacked Size

767 kB

Total Files

80

Last publish

Collaborators

  • stuarthendren
  • devil-ci