Socket
Book a DemoInstallSign in
Socket

@nuskin/design-components

Package Overview
Dependencies
Maintainers
6
Versions
489
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuskin/design-components

NuSkin Common UI Design Components in Vue

latest
npmnpm
Version
8.9.0
Version published
Weekly downloads
137
153.7%
Maintainers
6
Weekly downloads
 
Created
Source

Design Components

@nuskin/design-components

This project contains common Vue UI components for all Nu Skin projects.

Installing

yarn add @nuskin/design-components

Example Usage

<template>
  <NsSpinner :size="100" />
</template>

<script>
import { NsSpinner } from "@nuskin/design-components";

export default {
  //...
  components: {
    NsSpinner
  },
  //...
}
</script>

Resources

  • https://nuskin.design
  • https://code.tls.nuskin.io/ns-am/ux/design-components

License

MIT

FAQs

Package last updated on 20 May 2025

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