Skip to content

Commit

Permalink
Fix Semantic-Org#3486: Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Feb 25, 2018
1 parent 9ef4388 commit 457245b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/components/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,22 @@
</div>
</div>

<div class="ui inverted pointing menu">
<a class="red item active">Red</a>
<a class="orange item">Orange</a>
<a class="yellow item">Yellow<a>
<a class="olive item">Olive</a>
<a class="green item">Green</a>
<a class="teal item">Teal</a>
<a class="blue item">Blue</a>
<a class="violet item">Violet</a>
<a class="purple item">Purple</a>
<a class="pink item">Pink</a>
<a class="brown item">Brown</a>
<a class="grey item">Grey</a>
<a class="black item">Black</a>
</div>

<div class="ui inverted menu">
<div class="header item">Brand</div>
<div class="active item">Link</div>
Expand Down

0 comments on commit 457245b

Please sign in to comment.