panther-uikit:豹项目的UI组件集

时间:2024-04-23 15:17:14
【文件属性】:

文件名称:panther-uikit:豹项目的UI组件集

文件大小:721KB

文件格式:ZIP

更新时间:2024-04-23 15:17:14

TypeScript

豹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' .


网友评论