-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11f53b3
commit 48aa950
Showing
9 changed files
with
44 additions
and
40 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
8 changes: 8 additions & 0 deletions
8
docs/HeadlessBlazor.Docs.Client/Examples/Dropdown/DropdownExample.razor
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<HBDropdown class="dropdown d-inline-block"> | ||
<HBDropdownTrigger class="btn btn-primary dropdown-toggle">Click Me</HBDropdownTrigger> | ||
<HBDropdownMenu class="@(context.IsOpen ? "dropdown-menu show" : "dropdown-menu")"> | ||
<HBDropdownItemButton class="dropdown-item">Option 1</HBDropdownItemButton> | ||
<HBDropdownItemButton class="dropdown-item">Option 2</HBDropdownItemButton> | ||
<HBDropdownItemButton class="dropdown-item">Option 3</HBDropdownItemButton> | ||
</HBDropdownMenu> | ||
</HBDropdown> |
4 changes: 2 additions & 2 deletions
4
docs/HeadlessBlazor.Docs.Client/Examples/Dropdown/DropdownExamples.razor
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,2 +1,2 @@ | ||
<h3 id="SimpleDropdown">Simple Dropdown</h3> | ||
<DocumentationBlock Type="typeof(SimpleDropdownExample)" /> | ||
<DocumentationBlock Title="Simple Dropdown" Type="typeof(DropdownExample)" /> | ||
<DocumentationBlock Title="Dropdown Alignment" Type="typeof(DropdownAlignmentExample)" /> |
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 was deleted.
Oops, something went wrong.
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