From fe6b22c2c3d2dd81c5b8a7675159afdf8d5a78d2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 01:03:13 -0700 Subject: Rewrite breadcrumb in markdown --- docs/components/breadcrumb.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/components/breadcrumb.md (limited to 'docs/components') diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md new file mode 100644 index 000000000..b6791d68c --- /dev/null +++ b/docs/components/breadcrumb.md @@ -0,0 +1,23 @@ +--- +layout: page +title: Breadcrumb +--- + +Indicate the current page's location within a navigational hierarchy. + +Separators are automatically added in CSS through `:before` and `content`. + +{% example html %} + + + +{% endexample %} -- cgit v1.2.3