0.0.1 • Published 5 years ago
@huskyfinance/l2-letsgo-crl v0.0.1
l2-letsgo-crl
Run in dev
Run the library:
cd \l2-letsgo-crl
yarn startIn another terminal, run the example App which will refresh if the library changes
cd \l2-letsgo-crl\example
yarn startMade with create-react-library
Install
npm install --save l2-letsgo-crlUsage
import React, { Component } from 'react'
import MyComponent from 'l2-letsgo-crl'
import 'l2-letsgo-crl/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © flyingnobita
0.0.1
5 years ago