Component prop modeOctober 15, 2022 · View on GitHubProp mode usually use in component Input、Textarea Value mode with following value password, enable password mode, the input text will change to * Usage import { Input } from 'lvlgjs-ui' function Component () { return ( <Input mode="password" > ) }