From b14426c176689c314a339eaaec389c015e3d33ec Mon Sep 17 00:00:00 2001 From: Purwandi Date: Sun, 8 Jan 2012 17:44:19 +0700 Subject: Added example sidebar navigation with icon in docs --- docs/components.html | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index bd8753401..560d5b566 100644 --- a/docs/components.html +++ b/docs/components.html @@ -256,7 +256,35 @@ - +
+
+

Sidebar navigation with icon

+
+ +
+
+
+

Simple markup

+
+<ul class="nav list">
+  <li class="nav-header">List header</li>
+  <li class="active"><a href="#"><i class="home"></i> Home</a></li>
+  <li><a href="#"><i class="download"></i> Downloads</a></li>
+  <li><a href="#"><i class="film"></i> Movies</a></li>
+  ...
+</ul>
+
+
+

Tabbable nav Bring tabs to life via javascript

-- cgit v1.2.3