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

github.com/ant-design/ant-design-aliyun-theme

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ant-design/ant-design-aliyun-theme

  • v0.0.0-20220829033654-9695def44bde
  • Source
  • Go
  • Socket score

Version published
Created
Source

Ant Design Theme for Aliyun

Travis npm package NPM downloads

Ant Design theme variables for Aliyun console design.

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

Visit https://theme.antd.group/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 29 Aug 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