Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 642 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 642 Bytes

synapse-reactlib

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save synapse-reactlib

Usage

import React, { Component } from 'react'

import MyComponent from 'synapse-reactlib'
import 'synapse-reactlib/dist/index.css'

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

License

MIT © niranjannsahoo