0.0.1 • Published 2 years ago

limit-react-components v0.0.1

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

limit-react-components

Library with multiple generic components for limit inc

NPM JavaScript Style Guide

Install

npm install --save limit-react-components

Usage

import React, { Component } from 'react'

import MyComponent from 'limit-react-components'
import 'limit-react-components/dist/index.css'

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

License

MIT © juanmzaragoza