CharWidget

Source
import { CharWidget } from "@prestojs/ui-antd";
CharWidget(props)

Component Props:

PropTypeDescription
*
props
An object with the properties below
*props.inputInputProps
...any
Any properties from Input except for these:
  • onChange
  • value

Examples

Basic Usage