diff --git a/pages/_docs/form-elements.md b/pages/_docs/form-elements.md index 4ad1eacd6be4891ef87a6123ba3b7f86865b6399..a5e7c142c8890ba584c37edd3c741b6a285c1ec0 100644 --- a/pages/_docs/form-elements.md +++ b/pages/_docs/form-elements.md @@ -5,22 +5,22 @@ title: Form Elements ### Classic Input {% example %} -
+
Username
-
+
-
+
-
+
@@ -29,12 +29,12 @@ title: Form Elements ### Password and validation {% example %} -
+
-
+
@@ -42,7 +42,7 @@ title: Form Elements
-
+
@@ -54,7 +54,7 @@ title: Form Elements ### Select {% example %} -
+
@@ -84,27 +84,27 @@ title: Form Elements ### Custom Checkbox examples {% example %} -
+
{% include ui/input-selectgroup.html values="i:smartphone,i:tablet,i:monitor,i:x" class="w-100" type="radio" name="device" %}
-
+
{% include ui/input-selectgroup.html values="i:sun,i:moon,i:cloud-rain,i:cloud,Other" class="selectgroup-pills" %}
-
+
{% include ui/input-selectgroup.html values="HTML,CSS,PHP,JavaScript" class="selectgroup-pills" %}
-
+
{% include ui/input-selectgroup.html values="S,M,L,XL,XXL" type="radio" name="size" %}
-
+
{% include ui/input-selectgroup.html values="Unregistered,Priority Mail,Express Mail" class="selectgroup-vertical" type="radio" name="shipping-method" %}
@@ -114,7 +114,7 @@ title: Form Elements {% example %} {% include parts/input-toggle.html %} -
+
Toggle switch single