Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ant-design/aliyun-theme

Package Overview
Dependencies
Maintainers
13
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ant-design/aliyun-theme

Ant Design Theme for Aliyun console

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
179
increased by30.66%
Maintainers
13
Weekly downloads
 
Created
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

Package last updated on 07 Mar 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc