mantine:曼汀莫诺瑞波 源码
普通话 构建更好的React应用程序。 Mantine是一个可定制的组件库,专注于可访问性和开发人员经验。 链接 安装 要开始使用Mantine,您需要安装及其对等依赖项: # With yarn yarn add @mantine/core @mantine/hooks react-jss # With npm yarn add @mantine/core @mantine/hooks react-jss # With install-peerdeps npx install-peerdeps @mantine/core 用法 现在,您可以从@ mantine / core导入和使用任何组件: import { Button } from '@mantine/core' ; function App ( ) { return < Button > Mantine button
用户评论