文件名称:shrimpswap-uikit:hr ShrimpSwap UI套件
文件大小:441KB
文件格式:ZIP
更新时间:2024-05-06 10:42:09
TypeScript
:shrimp: ShrimpSwap UIkit
ShrimpSwap UIkit是一组React组件和挂钩,用于在ShrimpSwap的应用程序上构建页面。
它还包含用于黑暗和明亮模式的主题文件。
安装
yarn add @shrimpswap/uikit
npm
设置
主题
在使用ShrimpSwap UIkit之前,您需要将主题文件提供给styled-component。
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@shrimpswap/uikit'
...