π«Using
Components Methods
->label(string),
->placeholder(string),
->hint(string),
->tab(string),
->default(static),
->type(string), // Like password, color ..
->validation(array), // ["created"=> "", "update"=> ""]
->searchable(bool),
->sortable(bool),
->over(bool),
->required(bool),
->disabled(bool),
->unique(bool)
->list(bool)
->create(bool)
->edit(bool)
->col(int)Validation
Reactive Input
API calls on change
Last updated