1.0.5 • Published 2 years ago

@sargisgasparyan/custom-library v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

custom-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save custom-library

Usage

import React, { Component } from 'react'

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

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

License

MIT © arsen.simonyan