Ant Design token previewer
npm install antd-token-previewerHelp you customize theme in Ant Design.
https://ant-design.github.io/antd-token-previewer/
```
npm i antd-token-previewer
Ref: https://ant-design.github.io/antd-token-previewer/editor
| Property | Description | Type | Default |
| ---------------- | ---------------------------------------- | ------------------------------ | ------- |
| theme | Controlled Theme object | Theme | - |theme
| onThemeChange | Callback when changed | (theme: Theme) => void | - |Locale
| locale | Language used in ThemeEditor | | zhCN |React.ReactNode
| actions | Actions displayed on the right of header | | - |boolean
| advanced | Advance mode | | - |advanced
| onAdvancedChange | Callback when change | (advanced: booleaen) => void | - |ReactNode
| children | Preview area. | | - |
| Property | Description | Type |
| -------- | ------------------------------ | ------------- |
| name | Name of Theme | string |key
| key | Used as for ReactElement | string |ThemeConfig
| config | Theme config of antd | |
```
npm install
npm start
antd-token-previewer is released under the MIT license.