Socket
Socket
Sign inDemoInstall

dd-icons

Package Overview
Dependencies
10
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dd-icons

icons


Version published
Weekly downloads
130
decreased by-55.93%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

钉钉图标库

钉钉官方提供的图标库,适用于 React 版本。 提供内置图标,也支持开发者自定义图标。

安装

npm i dd-icons --save
import { SearchOutlined } from 'dd-icons';

按需加载:

import SearchOutlined from 'dd-icons/lib/SearchOutlined';

or

import SearchOutlined from 'dd-icons/es/SearchOutlined';

或者使用 babel-plugin-import 自动按需加载。

tips: 直接在文档中点击 icon,自动复制代码,Quick Fix... (⌘.) 自动引入包。

依赖的图标 Iconfont 项目: IconfontCN - DingTalk Design System

命名规范

实底风格:ComponentFilled 线框风格:ComponentOutlined

Keywords

FAQs

Last updated on 04 Jan 2024

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