0.6.0 • Published 5 years ago

@pndr/text-input v0.6.0

Weekly downloads
15
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.