mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
Feature Breadcrumb
This commit is contained in:
parent
e1cee11c38
commit
231d2ab6d9
2 changed files with 48 additions and 0 deletions
20
docs/content/docs/components/breadcrumb.md
Normal file
20
docs/content/docs/components/breadcrumb.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Breadcrumb
|
||||
description: PaperCSS Breadcrumb
|
||||
---
|
||||
|
||||
<ul class="breadcrumb border">
|
||||
<li><a href="#">Documentation</a></li>
|
||||
<li><a href="#">Components</a></li>
|
||||
<li>Breadcrumb</li>
|
||||
</ul>
|
||||
|
||||
#### Code:
|
||||
|
||||
```html
|
||||
<ul class="breadcrumb border">
|
||||
<li><a href="#">Documentation</a></li>
|
||||
<li><a href="#">Components</a></li>
|
||||
<li>Breadcrumb</li>
|
||||
</ul>
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue