@nuskin/product-components-test
v1.0.1
Published
Nu Skin Product Components
Downloads
3
Keywords
Readme
@nuskin/product-components
This project contains ui components related to all things product.
Installing
Usng npm:
npm add @nuskin/product-componentsUsng yarn:
yarn add @nuskin/product-componentsExample usage
<template>
<!-- ... -->
<NsProductCard sku="01550004" />
<!-- ... -->
</template>import { NsProductCard } from "@nuskin/product-components";
export default {
//...
components: {
NsProductCard
},
//...
}Resources
- Changelog could go here
