0.1.1 • Published 4 years ago

eis-common-component v0.1.1

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

eis-common-component

Table of contents

Quick start

Several quick start options are available:

  • Clone the repo: https://github.com/CenturyLinkFederal/eis-common-component.git
  • Install with npm: npm install eis-common-component
  • Install with yarn: yarn add eis-common-component

Documentation

  • import eiscomponent from "eis-common-component";
  • Define compoent name inside @Component

@Component({ components: { ...eiscomponent } })

  • Run npm install --save @types/eis-common-component
  • Give the eis-common-componet css path in "style.css" file

    	@import "../node_modules/eis-common-component/dist/eiscomponent.css";