/antd-promote

Primary LanguageJavaScript

antd-promote

antd-promote is a totally based on antd , and some small promote .All components extends from antd , and some components based on antd.

NPM JavaScript Style Guide

Install

npm install --save antd-promote

Usage

import React, { Component } from 'react'

import MyComponent from 'antd-promote'

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

License

MIT © eaTong