eis-common-component

- [Quick start](#quick-start) - [Documentation](#documentation)

Usage no npm install needed!

<script type="module">
  import eisCommonComponent from 'https://cdn.skypack.dev/eis-common-component';
</script>

README

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";