From dacac2ab7267aa8b5420a39396bd5c0c9990d072 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 24 Dec 2014 21:48:49 -0800 Subject: [PATCH] select menu custom form element --- docs/components/custom-forms.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/components/custom-forms.md b/docs/components/custom-forms.md index 93f0634f6c..8768f23d0f 100644 --- a/docs/components/custom-forms.md +++ b/docs/components/custom-forms.md @@ -62,3 +62,35 @@ Custom checkboxes and radios are inline to start. Add a parent with class `.c-in {% endexample %} + +## Select menu + +Similar to the checkboxes and radios, we wrap the ` + + + + + + +{% endexample %} + +The `