LayoutBasic
Props Usage
ðŠī Plant.co
All About Plants
1/15/2025
My Flora and Me
1/9/2025
Le Fleur Chic
1/17/2025
How to get a green thumb
1/10/2025
10 facts about cacti
1/16/2025
Watering Essentials
1/12/2025
What does your soil say about you
1/15/2025
The dirty truth
1/16/2025
Industry Plant
1/18/2025
Trees Trees Trees
1/7/2025
How about them apples
1/10/2025
A seed and a dream
1/9/2025
Growing to love nature
1/16/2025
Do you have the right pots?
1/16/2025
Overriding Styles
Extending Styles
Component API
Slots
Slot Name | Scope | Description |
---|---|---|
label | â | Label for input (defaults to label prop) |
hint | â | Hint for input (defaults to hint prop) |
error | â | Error for input (defaults to error prop) |
Props
Prop | Default | Description |
---|---|---|
modelValue | â | string v-model compatible value |
label | â | string | undefined label rendered above the input |
hint | â | string | undefined hint rendered below the input |
error | â | string | undefined error rendered below the input |
classes | â | Record<string, XClass> | undefined Detailed below... |
Style Props
type XClass = { extend?: string | undefined base?: string | undefined}
Prop | Default | Description |
---|---|---|
classes.wrapper | â | XClass Class applied to outer wrapper |
classes.label | â | XClass Class applied to label |
classes.input | â | XClass Class applied to input element |
classes.hint | â | XClass Class applied to hint |
classes.error | â | XClass Class applied to error |