diff --git a/docs/source/styles/forms.blade.md b/docs/source/styles/forms.blade.md new file mode 100644 index 000000000..8810bd344 --- /dev/null +++ b/docs/source/styles/forms.blade.md @@ -0,0 +1,33 @@ +--- +extends: _layouts.markdown +title: "Forms" +--- + +# Forms + + + +Include documentation around: + +- `input-reset` helper +- Creating input groups/custom selects and using `pointer-events-none` +- The placeholder text styling in our base styles + +### Custom Select + +@component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center']) +
+ +
+ +
+
+@endcomponent diff --git a/docs/source/styles/forms.md b/docs/source/styles/forms.md deleted file mode 100644 index 809b3f084..000000000 --- a/docs/source/styles/forms.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -extends: _layouts.markdown -title: "Forms" ---- - -# Forms - - - -Include documentation around: - -- `input-reset` helper -- Creating input groups/custom selects and using `pointer-events-none` -- The placeholder text styling in our base styles