0.0.2 • Published 6 years ago
so-betty-scretty-style v0.0.2
ui-library
Made with create-react-library
Production
npm i or yarn
npm run build or yarn build
npm publishInstall
npm install --save ui-libraryUsage
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.
0.0.2
6 years ago