feat(SelectMenu): new component (#103)

This commit is contained in:
Benjamin Canac
2024-05-13 14:26:01 +02:00
committed by GitHub
parent 8baee1292f
commit 7a376b5e49
23 changed files with 2318 additions and 196 deletions

View File

@@ -13,6 +13,7 @@ type TextareaVariants = VariantProps<typeof textarea>
export interface TextareaProps {
id?: string
name?: string
/** The placeholder text when the textarea is empty. */
placeholder?: string
color?: TextareaVariants['color']
variant?: TextareaVariants['variant']