mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
2 lines
251 B
HTML
2 lines
251 B
HTML
<textarea class="form-control{% if include.class %} {{ include.class }}{% endif %}" data-bs-toggle="autosize" placeholder="{{ include.placeholder | default: 'Type something…' }}"{% if include.rows %} rows="{{ include.rows }}"{% endif %}></textarea>
|