文件名称:pancake-uikit-sota
文件大小:935KB
文件格式:ZIP
更新时间:2024-04-22 10:25:54
TypeScript
:pancakes: 煎饼UIkit
Pancake UIkit是一组React组件和挂钩,用于在Pancake的应用程序上构建页面。 它还包含用于黑暗和明亮模式的主题文件。
安装
npm install uikit-sotatek
设置
主题
在使用Pancake UIkit之前,您需要将主题文件提供给styled-component。
import { ThemeProvider } from 'styled-components'
import { light, dark } from 'uikit-sotatek'
...