0.0.9 • Published 8 years ago
wop-pattern-lock v0.0.9
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 originand run:
npm install
npm startUsing 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