1.0.0 • Published 7 months ago

@6qat/first-lib v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

first-lib

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save first-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'first-lib'
import 'first-lib/dist/index.css'

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

License

MIT © 6qat

1.0.0

7 months ago