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

anta-element-ui

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anta-element-ui

anta fila element-ui vue

  • 1.3.0
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ANTA ELEMENT UI

npm license

基于 element-ui 定制主题

安装

npm i anta-element-ui

使用

import 'anta-element-ui/src/scss/index.scss';
import AntaElementUI from 'anta-element-ui';

Vue.use(AntaElementUI);

定制主题

/* 改变主题色变量 */
$--color-primary: #155bd4;
...

/* 改变 icon 字体路径变量,必需 */
$--font-path: '~anta-element-ui/node_modules/element-ui/lib/theme-chalk/fonts';

@import '~anta-element-ui/src/scss/reset.scss';
@import '~anta-element-ui/src/scss/theme.scss';

Keywords

FAQs

Package last updated on 12 Jan 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