Kevin Mendoza

Textarea

Import

import { Textarea } from 'sveltekev';

Required

Required

*

With label

*

Placeholder

Label

Size

Radius

Color

Shadow

API

ATTRIBUTE

TYPE

DEFAULT

required

boolean

false

placeholder

string

"Placeholder"

label

string | null

null

size

'xs' | 'sm' | 'md' | 'lg' | 'xl'

"md"

radius

'none' | 'sm' | 'md' | 'lg' | 'full'

"none"

color

'black' | 'white' | 'gray' | 'none' | 'default' | 'primary' | 'secondary' | 'success' | 'warning'| 'danger'

"default"

shadow

0 | 1 | 2 | 3

0