npmjs.org : custom-react-input-field
```typescript import React, { useState } from 'react' import Input from 'custom-react-input-field' import styles from './styles.module.scss' const Container: React.FC<any> = () => { const [text, setText] = useState('') return <div className=
Registry
- JSON
purl: pkg:npm/custom-react-input-field
Keywords:
custom-react-input-field
, custom
, input
, react
, react-input
, input-field
License: MIT
Latest release: over 3 years ago
First release: over 3 years ago
Dependent packages: 2
Downloads: 4 last month
Last synced: 6 days ago