# NanoIDInput

JavaScript string ID generator component, based on [NanoID](https://github.com/ai/nanoid).

## Basic Usage

```ts
type NanoIDInputProps = AntdInputProps
```

<code src="./demos/basic.tsx"></code>

## Read Pretty

<code src="./demos/read-pretty.tsx"></code>

```ts
type NanoIDInputReadPrettyProps = InputReadPrettyProps
```
