MaterialComponents: date_tag Komponente
[kivitendo-erp.git] / templates / mobile_webpages / test / components.html
index 842c07b..f539799 100644 (file)
 [% P.M.input_tag("i1", "", placeholder="2 cols placeholder", icon="phone", class="col s6") %]
 [% P.M.input_tag("i2", "", label="2 cols label", icon="account_circle", class="col s6") %]
 </div>
+
+<h2>Date Picker</h2>
+
+<div class="row">
+[% P.M.date_tag("d1", "", label="date of birth", class="col s6", icon="date_range") %]
+[% P.M.date_tag("d1", "", class="col s6", placeholder="date of birth?", icon="access_time") %]
+</div>