2lc-uikit 中文文档教程
2LC UIkit 是一组 React 组件和挂钩,用于在 2LC 的应用程序上构建页面。 它还包含一个用于暗模式和亮模式的主题文件。
Install
yarn add 2lc-uikit
你可以通过这个命令看到UI设计
Setup
在使用2LC UIkit之前,你需要提供主题文件给styled-component。
从 'styled-components' 导入 { ThemeProvider } 从 '2lc-uikit' 导入 { light, dark } ……
yarn build
Reset
重置 CSS 可用作全局样式组件。
从 '@pancakeswap-libs/uikit' 导入 { ResetCSS } ……
Types
该项目使用 Typescript 构建并导出所有相关类型。
How to use the UIkit
如果您想使用 UIkit 中的组件,请查看 Storybook 文档
2LC UIkit is a set of React components and hooks used to build pages on 2LC's apps. It also contains a theme file for dark and light mode.
Install
yarn add 2lc-uikit
You can see UI design with this command
Setup
Before using 2LC UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components' import { light, dark } from '2lc-uikit' …
yarn build
Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from '@pancakeswap-libs/uikit' …
Types
This project is built with Typescript and export all the relevant types.
How to use the UIkit
If you want to use components from the UIkit, check the Storybook documentation