Text Widget
The text widget is a simple text input. It may be used stand-alone or as part of a form.
Configurable components
Class Name | Description |
---|---|
card | Background card component |
primary | Text input component |
Widget Properties
Name | Description |
---|---|
label | Field label |
form | Name of the form to submit the text to. |
Common CSS Properties
These CSS properties configure the underlying Vuetify text input component.
Property | Description |
---|---|
background | Background color |
color | Text color |
Vuetify CSS Properties
Set these CSS properties to modify the underlying Vuetify text input component.
Property | Description |
---|---|
--w-variant | Set to elevated, flat, tonal, outlined, text or plain. |
--w-density | Set to compact, default or comfortable. |
--w-ripple | Set to enable the ripple effect. |