Skip to content

Input

<bunt-input
type
=""
label
=""
placeholder
=""
hint
=""
icon
=""
:disabled
=""
:validation
=""
v-model
="
yourValue
"
>
</bunt-input>
--input-shape
:
--input-size
:

API

Slots

SlotDescription
hintIf you want to render rich text in the hint, use this, otherwise, use the `hint` prop

Props

PropertyTypeDefaultDescription
typestringtextnative input element type attribute
labelstring
placeholderstring
hintstring
iconstringMDI iconset name.
disabledbooleanfalse
modelValuestringpowers v-model
validationobject

Events

EventDescription
update:modelValue

Style

PropertyTypeDefaultDescription
--input-shapepill, rounded, squaredpill
--input-sizenormal, large, compactnormal

Released under the MIT License.