unseen1980 / limit-dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/limit-dialog@0.0.1/dist/limitdialog.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install limit-dialog --save
  • Put a script tag similar to this <script src='node_modules/limit-dialog/dist/limitdialog.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install limit-dialog --save
  • Add an import to the npm packages import limit-dialog;
  • Then you can use the element anywhere in your template, JSX, html etc

About

License:MIT License


Languages

Language:CSS 47.6%Language:TypeScript 37.1%Language:HTML 15.3%