0.2.0 • Published 5 years ago

@cmds/text-input v0.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

TextInput

npm package

Used for entering a single line of text.

Getting started

npm install @cmds/text-input --save

Prop Types

PropertyTypeRequired?Description
idStringUnique identifier for the field
classNameStringAdd a className to the input
valueStringText to be edited
onChangeFunctionTriggers when the value changes: ({id: string, value: string})

More information

This component is designed and developed as part of Cosmos Design System.