📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

discovery-components-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discovery-components-react

>

1.3.0
latest
npm
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

discovery-components-react

NPM JavaScript Style Guide

Install

npm install --save discovery-components-react

Usage

import * as React from 'react';
import MyComponent from 'discovery-components-react';

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

License

MIT ©

FAQs

Package last updated on 03 Sep 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