Skip to content
On this page

Shared Properties

Each component has a set of properties that are shared across all components. These properties are used to control the component's behavior and appearance. Here you will find all of them and their behaviour or usage.

PropDescriptionTypeDefault
classesList of Classes to override or use for the componentObjectundefined
fixedClassesList of Fixed Classes to override or use for the componentObjectundefined
variantsList of Variants to override or use for the componentObjectundefined
variantVariant to use for the componentStringundefined
errorsString with the errors for the componentStringundefined
feedbackA feedback to show Below the component, hidden when errors are presentStringundefined
nameA name for the component or inputStringuniqueId()
autocompleteA name for the component or input to auto-complete from browserStringuniqueId()
hasItemBelowIf the component has more components BelowBooleanfalse
hasItemAboveIf the component has more components aboveBooleanfalse
roundedIf the component should be rounded on what cornersstringfull
showErrorsIf we should show the errors for this componentBooleantrue
showFeedbackIf we should show the feedback for this componentBooleantrue

Released under the MIT License.