0.0.0-alpha.1 • Published 1 year ago
@mangoui/components v0.0.0-alpha.1
Englist | 中文
Components based on React.
Install
npm install @mangoui/components
Usage
import { Button } from "@mangoui/components";
function Index() {
return (
<div>
<Button>button</Button>
</div>
);
}
Components
Alert
Badge
Button
Switch
0.0.0-alpha.1
1 year ago