From: Jeremy Thomas Date: Fri, 21 Jul 2017 07:46:03 +0000 (+0200) Subject: Add textarea rows example X-Git-Tag: 0.4.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f8c12bfbbcbfcddfe71c87d9c76e8ea3462b886;p=thirdparty%2Fbulma.git Add textarea rows example --- diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index 4f6978ae7..e4635c0ad 100644 --- a/docs/documentation/form/textarea.html +++ b/docs/documentation/form/textarea.html @@ -5,7 +5,11 @@ doc-subtab: textarea --- {% capture textarea_example %} - + +{% endcapture %} + +{% capture textarea_rows_example %} + {% endcapture %} {% capture colors_example %} @@ -141,6 +145,25 @@ doc-subtab: textarea +
+

+ New! + 0.4.4 +

+

+ You can set the height of the textarea using the `rows` HTML attribute. +

+
+ +
+
+ {{textarea_rows_example}} +
+
+ {% highlight html %}{{textarea_rows_example}}{% endhighlight %} +
+
+

Colors