-
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.
Merge pull request #79 from dnbexperience/develop
Release of v2
- Loading branch information
Showing
211 changed files
with
3,993 additions
and
4,104 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
title: 'Accordion' | ||
draft: false | ||
status: 'wip' | ||
# order: 1 | ||
order: 1 | ||
--- | ||
|
||
import Tabs from 'Tags/Tabs' | ||
|
26 changes: 18 additions & 8 deletions
26
packages/dnb-design-system-portal/src/pages/uilib/components/button.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,15 +1,25 @@ | ||
--- | ||
title: 'Button' | ||
draft: false | ||
status: null | ||
order: 1 | ||
order: 2 | ||
--- | ||
|
||
<!-- | ||
ATTENTION: This file is auto generated by using "makeDemosFactory". | ||
Do not change the content! | ||
--> | ||
import Tabs from 'Tags/Tabs' | ||
|
||
import ButtonPage from 'Src/uilib/components/demos/Button' | ||
import FirstTabContent from 'Pages/uilib/components/button/button-info' | ||
import SecondTabContent from 'Pages/uilib/components/button/button-properties' | ||
import ThirdTabContent from 'Pages/uilib/components/button/button-events' | ||
|
||
<ButtonPage /> | ||
# Button | ||
|
||
<Tabs> | ||
<Tabs.Content> | ||
<FirstTabContent /> | ||
</Tabs.Content> | ||
<Tabs.Content> | ||
<SecondTabContent /> | ||
</Tabs.Content> | ||
<Tabs.Content> | ||
<ThirdTabContent /> | ||
</Tabs.Content> | ||
</Tabs> |
Oops, something went wrong.