Skip to main content
Version: 57.2.0

Table Text

This component adds a single line of text to the table.

Package: @terreno/ui
Categories: Component
Props interface: TableTextProps
Story source: demo/stories/TableText.stories.tsx

Live demo

Props

PropTypeRequiredDescription
valuestringYesThe text to display in the text field.
alignunionThe alignment of the text field. Most text fields should be left aligned.
isEditingbooleanWhether the text field is in editing mode.
onSavereflectionCallback to save the text field value.