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' .
用户评论