-
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.
docs: add example of inelin-block size
- Loading branch information
Showing
4 changed files
with
137 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<table style="text-align: center;"> | ||
<thead> | ||
<tr> | ||
<td>Icon Only</td> | ||
<td>Text Only</td> | ||
<td>Text with Icon</td> | ||
</tr> | ||
</thead> | ||
<tr> | ||
<td> | ||
<auro-dropdown aria-div="custom div" inset style="display: inline-block;"> | ||
Icon Only Dropdown | ||
<div slot="trigger"> | ||
<auro-icon category="interface" name="arrow-down"></auro-icon> | ||
</div> | ||
</auro-dropdown> | ||
</td> | ||
<td> | ||
<auro-dropdown aria-div="custom div" inset style="display: inline-block;"> | ||
Text Only Dropdown | ||
<div slot="trigger"> | ||
Trigger Text | ||
</div> | ||
</auro-dropdown> | ||
</td> | ||
<td> | ||
<auro-dropdown aria-div="custom div" inset style="display: inline-block;"> | ||
Icon and Text Dropdown | ||
<div slot="trigger"> | ||
<div style="white-space:nowrap"> | ||
Trigger Text | ||
<auro-icon category="interface" name="arrow-down"></auro-icon> | ||
</div> | ||
</div> | ||
</auro-dropdown> | ||
</td> | ||
</tr> | ||
</table> |
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