@real-system/pin-input
v0.0.31
Published
Pin input component for real system.
Downloads
10
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/descendants-library @real-system/styled-library @real-system/utils-library @real-system/state-library
# yarn
$ yarn add react react-dom @real-system/descendants-library @real-system/styled-library @real-system/utils-library @real-system/state-library
# install pin-input
# npm
$ npm install @real-system/pin-input
# yarn
$ yarn add @real-system/pin-input
Code Example
import { PinInput } from '@real-system/pin-input';
...