ant-react-kit

Ant React Framework by namtrung2212@gmail.com

Usage no npm install needed!

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

README

ant-react-kit

Ant React Framework by namtrung2212@gmail.com

NPM JavaScript Style Guide

Install

npm install --save ant-react-kit

Usage

import React, { Component } from 'react'

import MyComponent from 'ant-react-kit'
import 'ant-react-kit/dist/index.css'

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

License

MIT © namtrung2212