react-gem
v1.0.0
Published
A set of useful react tools, UI, components, and etc. that makes your life easy when working with React
Downloads
1
Readme
react-gem
A set of useful react tools, UI, components, and etc. that makes your life easy when working with React
Install
npm install --save react-gem
Usage
import React, { Component } from 'react'
import MyComponent from 'react-gem'
import 'react-gem/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}