Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 554 Bytes

readmin

react admin

NPM JavaScript Style Guide

Install

npm install --save readmin

Usage

import React, { Component } from 'react'

import MyComponent from 'readmin'
import 'readmin/dist/index.css'

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

License

MIT © pankod