Socket
Socket
Sign inDemoInstall

@committed/components

Package Overview
Dependencies
81
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @committed/components

Committed Component Library


Version published
Weekly downloads
1
decreased by-90%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 23 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc