memui
v0.1.4
Published
<h1 align="center">memui</h1>
Downloads
4
Readme
Install
npm install memui
Usage
import { Button } from 'memui';
// @import style
import 'memui/dist/antd.css';
const App = () => (
<>
<Button type="primary">Button</Button>
</>
);