panther uikit:豹项目的UI组件集 源码
豹UIkit Panther UIkit是一组React组件和挂钩,用于在Panther的应用程序上构建页面。 它还包含用于黑暗和明亮模式的主题文件。 安装 yarn add @pantherswap-libs/uikit 设置 主题 在使用Panther UIkit之前,您需要将主题文件提供给styled-component。 import { ThemeProvider } from 'styled-components' import { light, dark } from '@pantherswap-libs/uikit' ... ... 重启 重置CSS可用作全局样式的组件。 import { ResetCSS } from '@pantherswap-libs/uikit' .
文件列表
panther-uikit:豹项目的UI组件集
(预估有个525文件)
.gitignore
265B
.eslintrc
335B
package.json
3KB
setupTests.js
69B
jest.config.js
115B
.commitlintrc.json
274B
CONTRIBUTING.md
1KB
index.cjs.js
274KB
index.esm.js
261KB
tsconfig.json
537B
暂无评论