0.0.2 • Published 5 years ago

usana-lib v0.0.2

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

##USANA COMPONENT LIBRARY

this library is dependent on using design tokens from usana-pando-basics

How to use the usana component library in Angular

run npm install usana-lib

####Import library components, "components you will be using," into app.modules.ts

example

import {ButtonComponent, HeroSliderComponent, HeroSliderGridItemComponent, CardComponent} from 'usana-lib';

then add the components you want to use to your declarations in @ngModule

You are ready to use the component in your application.