New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mypaas/paas-icons

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mypaas/paas-icons

PaaS Icons for Vue

  • 0.5.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

PaaS-Icons / PaaS 图标库

安装

yarn add @mypaas/paas-icons

使用

import { AlignRight, AlignTextLeft, AlignTextRight, AlignTop } from '@mypaas/paas-icons'
export default {
  render() {
    return (
      <div>
        <AlignRight />
        <AlignTextLeft />
        <AlignTextRight />
        <AlignTop />
      </div>
    )
  }
}

添加组件

可将 svg 图标放入 icons 目录下,运行 yarn build:icon 命令即可生成图标组件。 注意 svg 文件的命名,会自动将图标的文件名转为大写字母开头的驼峰命名的组件名。

开发及预览

# 启动预览
yarn serve
# 构建图标
yarn build:icon

FAQs

Package last updated on 11 Jul 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