0.0.1 • Published 3 years ago

@huskyfinance/l2-letsgo-crl v0.0.1

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

l2-letsgo-crl

Run in dev

Run the library:

cd \l2-letsgo-crl
yarn start

In another terminal, run the example App which will refresh if the library changes

cd \l2-letsgo-crl\example
yarn start

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save l2-letsgo-crl

Usage

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