mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
feat(SelectMenu): new component (#103)
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user