Socket
Socket
Sign inDemoInstall

@nuskin/ns-icon

Package Overview
Dependencies
346
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nuskin/ns-icon

A reusable Vue icon component


Version published
Weekly downloads
843
decreased by-17.84%
Maintainers
5
Install size
8.89 MB
Created
Weekly downloads
 

Readme

Source

NsIcon

This repo contains a single reusable Vue icon component


To use icon component

Add NsIcon to your project

yarn add @nuskin/ns-icon
Import NsIcon into your Vue Component
import { NsIcon } from '@nuskin/ns-icon';

export default() {
  name: 'YourComponentName',
  components: { NsIcon }
}

In your HTML you can use it like this:

<ns-icon icon-name="icon-cart-trans-plus" />

For full list of NsIcon options see the documentation on Nu Skin's Vue Storybook.

FAQs

Last updated on 21 Feb 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