0.0.9 • Published 6 years ago

wop-pattern-lock v0.0.9

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago