Table boolean
Use the table boolean to create easily scannable binary information for a user.
Package: @terreno/ui
Categories: Component
Props interface: TableBooleanProps
Story source: demo/stories/Tableboolean.stories.tsx
Live demo
Props
| Prop | Type | Required | Description |
|---|---|---|---|
value | boolean | Yes | The boolean value to be displayed or edited. |
isEditing | boolean | If true, the component is in editing mode. | |
onSave | reflection | The function to call when the value is saved. |