New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@disco-widgets/react-components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@disco-widgets/react-components

Discovery components built with the React framework and IBM Carbon components


Version published
Maintainers
2
Created

@disco-widgets/react-components

NPM JavaScript Style Guide

Install

npm install --save @disco-widgets/react-components

Usage

import * as React from 'react';
import MyComponent from '@disco-widgets/react-components';

class Example extends React.Component<Props, object> {
  render() {
    return <MyComponent />;
  }
}

License

MIT ©

FAQs

Package last updated on 18 Nov 2019

Did you know?

Socket

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