@huskyfinance/l2-letsgo-crl
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @huskyfinance/l2-letsgo-crl

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

76.9 kB

Total Files

11

Last publish

Collaborators

  • flyingnobita
  • antoncoding