Socket
Socket
Sign inDemoInstall

@ant-design/aliyun-theme

Package Overview
Dependencies
0
Maintainers
13
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ant-design/aliyun-theme

Ant Design Theme for Aliyun console


Version published
Weekly downloads
130
decreased by-36.27%
Maintainers
13
Install size
21.2 kB
Created
Weekly downloads
 

Readme

Source

Ant Design Theme for Aliyun

Travis npm package NPM downloads

Dependencies DevDependencies

Ant Design theme variables for Aliyun console design.

Still being experimental, welcome to try out and help us to improve it.

Visit https://antdtheme.com/aliyun to preview.

Install

$ npm install @ant-design/aliyun-theme

Usage

webpack

import aliyunTheme from '@ant-design/aliyun-theme';

// webpack.config.js: less-loader
{
  loader: 'less-loader',
  options: {
    modifyVars: aliyunTheme,
  },
},

umi

https://umijs.org/config/#theme

import aliyunTheme from '@ant-design/aliyun-theme';

// config.js or .umirc.js
export default {
  "theme": aliyunTheme,
}

Use in Ant Design Pro: https://github.com/ant-design/ant-design-pro/pull/2946/

less

@import "~@ant-design/aliyun-theme/index.less";

FAQs

Last updated on 07 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc