-
Notifications
You must be signed in to change notification settings - Fork 0
Component.Form Textarea
xandor edited this page Oct 17, 2017
·
2 revisions
@component('bsComp::form-textarea', ['name' => 'description', 'rows' => 5])
@slot('placeholder', 'please enter some text...')
@endcomponent
| Parameter | Type | Description |
|---|---|---|
| name | string | name of the input |
| rows | string | number of rows to show (default: 3) |
| class | string | additional css classes |
| style | string | additional css styles |
| id | string | html id |
| Slot | Description |
|---|---|
| Default | value |
| placeholder | placeholder |