-
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): implement example js system
- Loading branch information
1 parent
ac2320a
commit 4ef2c16
Showing
33 changed files
with
3,952 additions
and
1,918 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<auro-button>Primary</auro-button> | ||
<auro-button variant="secondary">Secondary</auro-button> | ||
<auro-button variant="tertiary">Tertiary</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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-button disabled>Primary</auro-button> | ||
<auro-button variant="secondary" disabled>Secondary</auro-button> | ||
<auro-button variant="tertiary" disabled>Tertiary</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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-button disabled ondark>Primary</auro-button> | ||
<auro-button variant="secondary" disabled ondark>Secondary</auro-button> | ||
<auro-button variant="tertiary" disabled ondark>Tertiary</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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<auro-alerts error noIcon> | ||
<auro-button loading disabled>Primary</auro-button> | ||
</auro-alerts> | ||
<auro-alerts success noIcon style="padding-top: 5px;"> | ||
<auro-button loading>Primary</auro-button> | ||
</auro-alerts> |
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,3 @@ | ||
<auro-button fluid>Primary</auro-button> | ||
<auro-button variant="secondary" fluid>Secondary</auro-button> | ||
<auro-button variant="tertiary" fluid>Tertiary</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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<auro-button aria-label="wifi"> | ||
Activate WiFi | ||
<auro-icon customColor category="in-flight" name="wifi" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button variant="secondary" aria-label="arrow-left"> | ||
Previous action | ||
<auro-icon customcolor category="interface" name="arrow-left" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button variant="tertiary" aria-label="heart-filled"> | ||
Love this ... | ||
<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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<auro-button aria-label="home-filled" iconOnly> | ||
<auro-icon customColor customSize 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-button> | ||
<auro-button aria-label="heart-filled" variant="tertiary" iconOnly> | ||
<auro-icon customColor customSize 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<auro-button aria-label="home-filled" iconOnly slim> | ||
<auro-icon customColor customSize category="interface" name="home-filled" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button aria-label="arrow-left" variant="secondary" iconOnly slim> | ||
<auro-icon customColor customSize category="interface" name="arrow-left" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button aria-label="heart-filled" variant="tertiary" iconOnly slim> | ||
<auro-icon customColor customSize 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-button loading>Primary</auro-button> | ||
<auro-button variant="secondary" loading>Secondary</auro-button> | ||
<auro-button variant="tertiary" loading>Tertiary</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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-button ondark loading>Primary</auro-button> | ||
<auro-button variant="secondary" ondark loading>Secondary</auro-button> | ||
<auro-button variant="tertiary" ondark loading>Tertiary</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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-button ondark>Primary</auro-button> | ||
<auro-button variant="secondary" ondark>Secondary</auro-button> | ||
<auro-button variant="tertiary" ondark>Tertiary</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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-button onclick="alert('YOU CLICKED ME!');">Primary</auro-button> | ||
<auro-button disabled onclick="alert('YOU CLICKED ME!');">Primary</auro-button> | ||
<auro-button loading onclick="alert('YOU CLICKED ME!');">Primary</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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<auro-button slim>Primary</auro-button> | ||
<auro-button slim variant="secondary">Secondary</auro-button> | ||
<auro-button slim variant="tertiary">Tertiary</auro-button> |
Oops, something went wrong.