react-leoh-ming

A React UI Library.

Usage no npm install needed!

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

README

使用

import React from 'react';
import { Icon } from 'react-leoh-ming';
import 'react-leoh-ming/lib/icon/style';
export default () => (
    <Icon type="circle" />
);