Skip to content

Commit

Permalink
some pages where updated/added | range-slider.md, summary-table.md, B…
Browse files Browse the repository at this point in the history
…utton.txt, Icon.txt
  • Loading branch information
tujoworker committed Jan 23, 2019
1 parent 989e619 commit 5d8765a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'RangeSlider'
draft: false
status: wip
status: dep
order: 11
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'SummaryTable'
draft: false
status: wip
status: dep
order: 12
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
<Button title="Disabled Icon only Button" icon="calendar" disabled />
<Button title="Button with Icon only" icon="calendar" />
<Button
title="Medium Button with Icon only"
title="Default sized Button with medium Icon"
icon="calendar"
icon_size="medium"
size="medium"
size="default"
/>
<Button
title="Button with custom, Secondary Icon only"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Icon icon={Bell} />
<Icon icon={BellMedium} />
<Icon icon={BellMedium} size="24" />
<Icon icon={BellMedium} height="24" />
<Icon icon={BellMedium} width="24" />
<Icon icon={BellMedium} title="auto size" />
<Icon icon={BellMedium} size="medium" title="size=medium" />
<Icon icon={BellMedium} size="24" title="custom size: size=24" />
<Icon icon={BellMedium} height="24" title="custom size: height=24" />
<Icon icon={BellMedium} width="24" title="custom size: width=24" />

0 comments on commit 5d8765a

Please sign in to comment.