wop-pattern-lock
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

Built With Stencil

wop-pattern-lock

Web Component built with Stencil. Based on phenax/pattern-lock-js

Getting Started

To try this component:

git clone https://github.com/gringonivoli/wop-pattern-lock.git my-app
cd my-app
git remote rm origin

and run:

npm install
npm start

Using this component

Script tag

  • Put this script tag <script src="https://unpkg.com/wop-pattern-lock@0.0.9/dist/woppatternlock.js"></script> in the head of your index.html

Node Modules

  • Run npm install wop-pattern-lock --save
  • Put a script tag similar to this <script src='node_modules/wop-pattern-lock/dist/woppatternlock.js'></script> in the head of your index.html

In a stencil-starter app

  • Run npm install wop-pattern-lock --save
  • Add { name: 'wop-pattern-lock' } to your collections

Readme

Keywords

none

Package Sidebar

Install

npm i wop-pattern-lock

Weekly Downloads

21

Version

0.0.9

License

MIT

Unpacked Size

181 kB

Total Files

34

Last publish

Collaborators

  • gringonivoli