From 627605fdfd8d5ab935fd9624a9d6baa577aba746 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 19 Oct 2017 17:41:35 -0400 Subject: [PATCH] Sketch out custom select form example --- docs/source/styles/forms.blade.md | 33 +++++++++++++++++++++++++++++++ docs/source/styles/forms.md | 18 ----------------- 2 files changed, 33 insertions(+), 18 deletions(-) create mode 100644 docs/source/styles/forms.blade.md delete mode 100644 docs/source/styles/forms.md 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