limit-dialog
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Using this component

Script tag

  • Publish to NPM
  • 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

Readme

Keywords

none

Package Sidebar

Install

npm i limit-dialog

Weekly Downloads

1

Version

0.0.1

License

none

Unpacked Size

197 kB

Total Files

34

Last publish

Collaborators

  • unseen