1.1.8 • Published 4 years ago

pinfield v1.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

pinfield

This little react-library handles the visualize features of a mobile lock-screen. This package comes with default styles from material-ui, because the styling should come from you.

NPM JavaScript Style Guide

Install

npm install --save pinfield
or
yarn add pinfield

Usage

import React from "react";
import { NumberLock, PatternLock } from "pinfield";

const Example: React.FC = () => {
  return (
    <>
      <NumberLock />
      <PatternLock gridSize={3} fields={[1, 2, 3, 4, 5, 6, 7, 8, 9]} />
    </>
  );
};

Props

NumberLock

PatternLock

License

MIT © tendo14

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago