From 9d5c4312232ebb53b2499ed495851c0d61eb648c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 27 Jul 2012 10:06:54 -0700 Subject: add basic support for sub menus in dropdown menus --- docs/components.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 181a8cbfc..c36eec940 100644 --- a/docs/components.html +++ b/docs/components.html @@ -122,7 +122,16 @@
  • Another action
  • Something else here
  • -
  • Separated link
  • + @@ -136,10 +145,6 @@ </ul> - -
    - -

    Markup

    Looking at just the dropdown menu, here's the required HTML. You need to wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then just create the menu.

    @@ -156,10 +161,6 @@ </div> - -
    - -

    Options

    ...

    -- cgit v1.2.3