Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@savanchhayani/components-library

savanchhayani2MIT1.0.0

Made with create-react-library

readme

components-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save components-library

Usage

import React, { Component } from 'react'

import MyComponent from 'components-library'
import 'components-library/dist/index.css'

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

License

MIT © savanchhayani