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

8.2.1 • Public • Published

Committed Components

Committed Badge Build Status Quality Gate Status Coverage GitHub repo size Storybook semantic-release

For documentation see https://committed.software/components

Install

yarn add @committed/components

Usage

import * as React from 'react'

import { Component } from '@committed/components'

class Example extends React.Component {
  render() {
    return <Component />
  }
}

Development

We are using npm v7, and due to issues with peer dependencies we are currently required to do

npm install --force

The main build is performed using esbuild:

npm run build

We use storybook to develop and document the components, this is run in development using

npm run storybook

The tests can be run with

npm test

Dev Containers

This project contains a VSCode Dev Container Configuration.

To use this, you must install the VSCode Remote Container Extension.

Once this is installed, you should be prompted (when opening the project in it's root directory) to Reopen in Container. If this prompt does not appear, open the Command Palette and run Remote Containers: Rebuild and Reopen in Container.

This will re-open the project, with the project files mounted in a Docker container, which will include all the VSCode extensions from the dev container (e.g. useful extensions, formatters etc).

CI

Pull requests go through CI checks using Github Actions. Releases update the deployed documentation and update the package in the NPM registry.

License

MIT - © Committed Software 2019-2022 https://committed.io

Readme

Keywords

none

Package Sidebar

Install

npm i @committed/components

Weekly Downloads

9

Version

8.2.1

License

MIT

Unpacked Size

3.53 MB

Total Files

143

Last publish

Collaborators

  • chrisflatley
  • commitd_jon
  • stuarthendren
  • devil-ci