{% set title = 'Textarea' %} {% set filename = 'form-element-textarea.html' %} {% extends 'src/layouts/master.html' %} {% block content %}

Textarea

Multi-line input where you can input a lot of text.

Default Textarea
Floating Labels
Textarea with Title
{% endblock %}