LayoutFixedSidebar
Props Usage
ðŠī Plant.co
All About Plants
4/12/2026
My Flora and Me
4/6/2026
Le Fleur Chic
4/11/2026
How to get a teal thumb
4/11/2026
10 facts about cacti
4/3/2026
Watering Essentials
4/9/2026
What does your soil say about you
4/6/2026
The dirty truth
4/5/2026
Industry Plant
4/8/2026
Trees Trees Trees
4/7/2026
How about them apples
4/14/2026
A seed and a dream
4/6/2026
Growing to love nature
4/13/2026
Do you have the right pots?
4/12/2026
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 |