@yfill/ant-design-colors
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Ant design colors

GitHub license Code Style NPM Package Monthly Downloads Build Size Dependencies Status DevDependencies Status

A theme extension.

Install

using npm:

npm install @yfill/ant-design-colors --save

or using yarn:

yarn add @yfill/ant-design-colors

Usage

  • Import resources and use the use method to install, set the color( red / volcano / orange / gold / yellow / lime / green / cyan / blue / geekblue / purple / magenta / grey ).

    import Theme from "@yfill/theme";
    import AntDesignColors from "@yfill/ant-design-colors";
    Theme.run()
         .use(AntDesignColors, "blue");
    <script src="https://unpkg.com/@yfill/theme"></script>
    <script src="https://unpkg.com/@yfill/ant-design-colors"></script>
    <script>
      Theme.run()
           .use(AntDesignColors, "blue");
    </script>

Package Sidebar

Install

npm i @yfill/ant-design-colors

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

21.6 kB

Total Files

7

Last publish

Collaborators

  • yfill98