# NanoIDInput

JavaScript 字符串ID生成器组件，其基于 [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
```
