react-gem

A set of useful react tools, UI, components, and etc. that makes your life easy when working with React

Usage no npm install needed!

<script type="module">
  import reactGem from 'https://cdn.skypack.dev/react-gem';
</script>

README

react-gem

A set of useful react tools, UI, components, and etc. that makes your life easy when working with React

NPM JavaScript Style Guide

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 />
  }
}

License

MIT ©