Skip to content

gringonivoli/wop-pattern-lock

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published