@ice/plugin-antd
v1.0.2
Published
ice.js plugin for use antd
Downloads
40
Keywords
Readme
@ice/plugin-antd
An ice.js plugin to use antd
components.
Usage
import { defineConfig } from '@ice/app';
import antd from '@ice/plugin-antd';
export default defineConfig(() => ({
plugins: [antd({
dark: true,
compact: true,
theme: {
'primary-color': '#fd8',
},
})],
}));