0.0.3 • Published 4 years ago

so-betty-scretty-style2 v0.0.3

Weekly downloads
-
License
NO LICENSE
Repository
-
Last release
4 years ago

ui-library

Made with create-react-library

Production

npm i    or    yarn
npm run build     or   yarn build
npm publish

Install

npm install --save ui-library

Usage

import React, { Component } from 'react'

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

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

--------------------

const Example = () => {
  return <MyComponent />
}

License

no license © Kirdiapin N. A.