-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(playground): update examples to use the new
nbButton
(#559)
- Loading branch information
Showing
23 changed files
with
86 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<div class="btn-group btn-divided-group btn-outline-divided-group"> | ||
<button class="btn btn-outline-primary" nbPopover="Click Mode" nbPopoverMode="click"> | ||
<button nbButton outline nbPopover="Click Mode" nbPopoverMode="click"> | ||
Click Mode | ||
</button> | ||
|
||
<button class="btn btn-outline-primary" nbPopover="Hint Mode" nbPopoverMode="hint"> | ||
<button nbButton outline nbPopover="Hint Mode" nbPopoverMode="hint"> | ||
Hint Mode | ||
</button> | ||
|
||
<button class="btn btn-outline-primary" nbPopover="Hover Mode" nbPopoverMode="hover"> | ||
<button nbButton outline nbPopover="Hover Mode" nbPopoverMode="hover"> | ||
Hover Mode | ||
</button> | ||
</div> |
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,23 +1,23 @@ | ||
<button class="btn btn-outline-primary" nbPopover="Right Popover!" nbPopoverPlacement="right"> | ||
<button nbButton outline nbPopover="Right Popover!" nbPopoverPlacement="right"> | ||
Right | ||
</button> | ||
|
||
<button class="btn btn-outline-primary" nbPopover="Bottom Popover!" nbPopoverPlacement="bottom"> | ||
<button nbButton outline nbPopover="Bottom Popover!" nbPopoverPlacement="bottom"> | ||
Bottom | ||
</button> | ||
|
||
<button class="btn btn-outline-primary" nbPopover="Top Popover!" nbPopoverPlacement="top"> | ||
<button nbButton outline nbPopover="Top Popover!" nbPopoverPlacement="top"> | ||
Top | ||
</button> | ||
|
||
<button class="btn btn-outline-primary" nbPopover="Left Popover!" nbPopoverPlacement="left"> | ||
<button nbButton outline nbPopover="Left Popover!" nbPopoverPlacement="left"> | ||
Left | ||
</button> | ||
|
||
<button class="btn btn-outline-primary" nbPopover="Start Popover!" nbPopoverPlacement="start"> | ||
<button nbButton outline nbPopover="Start Popover!" nbPopoverPlacement="start"> | ||
Start | ||
</button> | ||
|
||
<button class="btn btn-outline-primary" nbPopover="End Popover!" nbPopoverPlacement="end"> | ||
<button nbButton outline nbPopover="End Popover!" nbPopoverPlacement="end"> | ||
End | ||
</button> |
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 |
---|---|---|
@@ -1 +1 @@ | ||
<button class="btn btn-outline-primary" nbPopover="Hi, I'm popover!" nbPopoverPlacement="bottom">Open Popover</button> | ||
<button nbButton outline nbPopover="Hi, I'm popover!" nbPopoverPlacement="bottom">Open Popover</button> |
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
Oops, something went wrong.