From 23dba0b7aa244b55bb570c1a43d8cceaae7b0355 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 14 May 2017 17:10:02 +0530 Subject: [PATCH] Add active state codepen! --- docs/pages/menu.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/menu.md b/docs/pages/menu.md index adcd554bb..44e5bfd0d 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -192,6 +192,12 @@ Add a new menu inside the `
  • ` of a Menu and add the class `.nested` to create Add the class `.active` to any `
  • ` to create an active state. You could apply this server-side to mark the active page, or dynamically with JavaScript. + + ```html_example