ðŸŽĻ

SenpUI

LayoutBasic

Props Usage

ðŸŠī Plant.co

All About Plants

9/18/2024

My Flora and Me

9/23/2024

Le Fleur Chic

9/23/2024

How to get a green thumb

9/28/2024

10 facts about cacti

9/29/2024

Watering Essentials

9/25/2024

What does your soil say about you

9/27/2024

The dirty truth

9/18/2024

Industry Plant

9/25/2024

Trees Trees Trees

9/18/2024

How about them apples

9/20/2024

A seed and a dream

9/26/2024

Growing to love nature

9/20/2024

Do you have the right pots?

9/18/2024

ÂĐ Plant.co 2022, all rights reserved

Overriding Styles

Extending Styles

Component API

Slots

Slot NameScopeDescription
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

PropDefaultDescription
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}
PropDefaultDescription
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