@hon2a/antd-theme

4.16.13 • Public • Published

antd-theme

Variables from Ant Design theme (Less) provided as JavaScript object

Use

Simply import the package to get the theme variables.

import antdTheme from '@hon2a/antd-theme'
import { camelCase, mapKeys } from 'lodash/mapKeys'

// might be a good idea to camel-case the variable names to easily access them as properties
export const myTheme = {
  ...mapKeys(antdTheme, (value, key) => camelCase(key)),
  primaryColor: 'green',
  // ...
}

Development

Just don't. New version should only ever be published when a new version of antd is released and the published version of this package should reflect antd version.

/@hon2a/antd-theme/

    Package Sidebar

    Install

    npm i @hon2a/antd-theme

    Weekly Downloads

    78

    Version

    4.16.13

    License

    MIT

    Unpacked Size

    35.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • hon2a