@fishx/fishx-antd
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@fishx/fishx-antd

Installation

yarn add @fishx/fishx-antd

Usage

import antd from '@fishx/fishx-antd'

export default {
  plugins: [antd()],
}

Customize Ant Design Theme

to modify the default Ant Design theme:

import antd from '@fishx/fishx-antd'
import less from '@fishx/fishx-less'

export default {
  plugins: [
    less({
      modifyVars: {
        'primary-color': 'black',
        'link-color': '#1DA57A',
        'border-radius-base': '10px',
      },
      javascriptEnabled: true,
    }),
    antd({
      style: true,
    }),
  ],
}

Dependents (0)

Package Sidebar

Install

npm i @fishx/fishx-antd

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

3 kB

Total Files

7

Last publish

Collaborators

  • whalecloud-developer