1.0.1 • Published 5 years ago

@nuskin/product-components-test v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

@nuskin/product-components

This project contains ui components related to all things product.

Installing

Usng npm:

npm add @nuskin/product-components

Usng yarn:

yarn add @nuskin/product-components

Example usage

<template>
  <!-- ... -->
    <NsProductCard sku="01550004" />
  <!-- ... -->
</template>
import { NsProductCard } from "@nuskin/product-components";

export default {
  //...
  components: {
    NsProductCard
  },
  //...
}

Resources

  • Changelog could go here

License

MIT