@real-system/pin-input
Pin input component for real system.

Installation
``bash
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
`
$3
`
typescript
import { PinInput } from '@real-system/pin-input';...
``