-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(examples): update demo examples and documentation
- Loading branch information
1 parent
380e8c0
commit 1c434e1
Showing
8 changed files
with
26 additions
and
26 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<auro-button aria-label="home-filled" iconOnly> | ||
<auro-icon customColor customSize category="interface" name="home-filled" slot="icon"></auro-icon> | ||
<auro-icon customColor category="interface" name="home-filled" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button aria-label="arrow-left" variant="secondary" iconOnly> | ||
<auro-icon customColor customSize category="interface" name="arrow-left" slot="icon"></auro-icon> | ||
<auro-icon customColor category="interface" name="arrow-left" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button aria-label="heart-filled" variant="tertiary" iconOnly> | ||
<auro-icon customColor customSize category="interface" name="heart-filled" slot="icon"></auro-icon> | ||
<auro-icon customColor category="interface" name="heart-filled" slot="icon"></auro-icon> | ||
</auro-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<auro-button aria-label="arrow-up" rounded iconOnly> | ||
<auro-icon customSize customcolor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
<auro-icon customColor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
</auro-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<auro-button aria-label="in-flight" rounded iconOnly id="rightAlignElem" style="float: right;"> | ||
Text is now shown! | ||
<auro-icon customSize customcolor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
<auro-icon customColor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
</auro-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<auro-button aria-label="in-flight" rounded> | ||
Back to Top | ||
<auro-icon customSize customcolor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
<auro-icon customColor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
</auro-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<auro-button aria-label="arrow-up" rounded iconOnly id="toggledTextElem"> | ||
Text is now shown! | ||
<auro-icon customSize customcolor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
<auro-icon customColor category="interface" name="arrow-up" slot="icon"></auro-icon> | ||
</auro-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