Components

PropertyInShow

<PropertyInShow />

Constructor

# <PropertyInShow />

Wraps input with label in Show

View Source admin-bro/src/frontend/components/ui/property-in-show.tsx, line 25

Example

Type Definitions

object

# Props

Properties:
Name Type Description
children ReactNode

Wrapped input element

property object

Subset of property object based on PropertyJSON containing just label and name

label string

Property label

name string

Unique property name - its patch.

View Source admin-bro/src/frontend/components/ui/property-in-show.tsx, line 41