Skip to content

Commit

Permalink
Add Basic Icon example.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Feb 4, 2017
1 parent d1d3da7 commit 880b7b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui_framework/doc_site/src/views/icon/icon_basic.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div class="kuiIcon kuiIcon--basic fa-train"></div>
7 changes: 7 additions & 0 deletions ui_framework/doc_site/src/views/icon/icon_example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ export default createExample([{
<p>Use this Icon to denote useful information.</p>
),
html: require('./icon_info.html'),
}, {
title: 'Basic',
description: (
<p>Use this Icon when you don't want to communicate any particular meaning with the icon's color.</p>
),
html: require('./icon_basic.html'),
hasDarkTheme: false,
}, {
title: 'Success',
description: (
Expand Down

0 comments on commit 880b7b4

Please sign in to comment.