@nuskin/distributor-journey-components

NuSkin Distributor Journey Components

Usage no npm install needed!

<script type="module">
  import nuskinDistributorJourneyComponents from 'https://cdn.skypack.dev/@nuskin/distributor-journey-components';
</script>

README

@nuskin/distributor-journey-components

This project contains ui components related to all things distributor journey

Installing

Usng yarn:

yarn add @nuskin/distributor-journey-components

Example usage

<template>
  <VgDrawer :show="isOpen" :nav-options="options" :peaking=true user-icon="https://www.nuskin.com/vg/vgimages/new-icons/rescources.svg" collapse-text="testing">
</template>

<script>
import { VgDrawer } from "@nuskin/distributor-journey-components";

export default {
  // ...
  components: {
    VgDrawer
  }
  // ...
};
</script>

Resources

View releases and commits on GitLab.

License

MIT