Skip to content

refine is a React-based framework for building data-intensive applications in no time ✨ It ships with Ant Design System, an enterprise-level UI toolkit.

License

Notifications You must be signed in to change notification settings

landofcoder/refine

Repository files navigation

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

About

refine is a React-based framework for building data-intensive applications in no time ✨ It ships with Ant Design System, an enterprise-level UI toolkit.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 99.2%
  • Other 0.8%