Input
January 11, 2019 ยท View on GitHub
Slots
Inputs have two slots (prepend and append) where an icon, a button or something with the class label can be used.
The input slot can also be given to replace the <input type="text"> used by default.
Properties
The v-model is the value and raises the input event on change.
placeholder: stringnameis the native input name (if none is given, one will be generated)typeis the native type attribute and defaults to"text"
Forwarded as semantic class
loading: booleandisabled: booleanerror: booleantransparent: booleanfluid: boolean