-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some pages where updated/added | range-slider.md, summary-table.md, B…
…utton.txt, Icon.txt
- Loading branch information
1 parent
989e619
commit 5d8765a
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/dnb-design-system-portal/src/pages/uilib/patterns/range-slider.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: 'RangeSlider' | ||
draft: false | ||
status: wip | ||
status: dep | ||
order: 11 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/dnb-design-system-portal/src/pages/uilib/patterns/summary-table.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: 'SummaryTable' | ||
draft: false | ||
status: wip | ||
status: dep | ||
order: 12 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
packages/dnb-design-system-portal/src/uilib/components/examples/Icon.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" /> |