0.0.0-alpha.1 • Published 2 years ago
@mango-ui/components v0.0.0-alpha.1
Englist | 中文
Components based on React.
Install
npm install @mango-ui/componentsUsage
import { Button } from "@mango-ui/components";
function Index() {
return (
<div>
<Button>button</Button>
</div>
);
}Components
AlertBadgeButtonSwitch
0.0.0-alpha.1
2 years ago