entity

The entity component is a container for the following components:

Considerations

Configuration options

Some properties are common to all components, see Common component properties for a list and their configuration options.

Other options

isCompact

When this property is set to true the entity-field will cover the entire row. This compact variant does not allow usage of field-row components. By default, a label is at the top and the value below. isCompact will place the label on the left and the value on the right. Columns are not supported.

Examples and code snippets

Entity with sections, row & field
Entity with sections, row & field
Entity with sections & field
Entity with sections & field

Entity example

Compact

Examples: Basic - See the full example using static data in GitHub. Compact - See the full example using dynamic data in GitHub.

See also

Last updated

Was this helpful?