core-ds / react-canvas-pattern-lock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-canvas-pattern-lock

A pattern lock library for the React

Demo

Installation

Install the library with

npm install @alfalab/react-canvas-pattern-lock

or

yarn add @alfalab/react-canvas-pattern-lock

Get started

import { ReactCanvasPatternLock } from '@alfalab/react-canvas-pattern-lock';

export const PatternLock = (props) => (
  <ReactCanvasPatternLock {...props}/>
)

Publish

Run Publish action from github actions

About


Languages

Language:TypeScript 91.9%Language:HTML 5.1%Language:JavaScript 3.0%