create ui components

This commit is contained in:
2025-05-13 17:49:51 +03:00
parent 837c0f1fb6
commit e766284333
13 changed files with 202 additions and 44 deletions

View File

@@ -7,6 +7,7 @@ export interface TextInputProps {
type?: 'text' | 'email' | 'password'
className?: string
maxLength?: number
tooltip?: string | React.ReactNode
}
export interface ButtonProps {