šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

lib-react-components

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-react-components

React components

0.2.33
Source
npm
Version published
Weekly downloads
31
158.33%
Maintainers
1
Weekly downloads
Ā 
Created
Source

Alternative UI

CircleCI

Install

npm install lib-react-components --save

Use components

Here's a quick example to get you started, it's literally all you need:

Add styles file to your html:

<link rel="stylesheet" href="path/to/css/theme/file">
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'lib-react-components';

function App() {
  return (
    <Button>
      I am Button
    </Button>
  );
}

ReactDOM.render(<App />, document.getElementById('#root'));

Documentation

Check out our documentation website.

Keywords

react

FAQs

Package last updated on 12 Dec 2018

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