Input
Import Input
import { BeeInput } from '@flebee/ui/input';Usage Input
Playground
Settings
text
invalid
disabled
Input Properties
| Properties | Type | Default |
|---|---|---|
| type | date | datetime-local | email | month | number | password | tel | text | |
| size | sm | md | lg | md |
| disabled | boolean | false |
| invalid | boolean | false |
| startContent | string | TemplateRef | |
| endContent | string | TemplateRef | |
| description | string | TemplateRef | |
| errorMessage | string | TemplateRef | |
| label | string | TemplateRef | |
| placeholder | string | |
| value | string | number | Date |