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

Package detail

simplelib7

jcarbajal793MIT1.0.0

Made with create-react-library

readme

simplelib7

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save simplelib7

Usage

import React, { Component } from 'react'

import MyComponent from 'simplelib7'
import 'simplelib7/dist/index.css'

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

License

MIT © jcarbajal79