A container to group different components. A container doesn't have any styling options so you can customize it to your needs. It supports multiple views of different content for conditional display (for example, for different groups of users).
Properties
Name
Type
Description
name
string
Component name
views
string[]
Array of available view names
selectedView
string
Name of the selected view
value
value
Current component value
children
children
Children components
valid
boolean
Indicates if the component is valid
All nested inputs are included in the component’s value property allowing you to build custom forms.