Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nova-design/icons

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nova-design/icons

Icon library for Nova Design

latest
npmnpm
Version
1.5.2
Version published
Weekly downloads
71
545.45%
Maintainers
1
Weekly downloads
 
Created
Source

Nova Icons

Nova Icons是基于Vue3的一款开源图标库,Nova Icons包含400+个SVG图标,它允许你改变图标的粗细、颜色、渐变、尺寸,还内置了路径动画。

安装方式

安装方式:
npm install @nova-design/icons
或
yarn add @nova-design/icons
或
pnpm add @nova-design/icons

引入方式

// main.ts
// 引入Nova图标库
import * as novaIcons from '@nova-design/icons'

// 注册全部图标
Object.keys(novaIcons).forEach(key => {
  app.component(key, (novaIcons as any)[key])
})

// 或者单独引入
import { TwoAirplay, TwoSearch } from '@nova-design/icons'

// 在页面中调用
<nova-icon>
  <two-search />
</nova-icon>

Keywords

vue3

FAQs

Package last updated on 15 Mar 2024

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