-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Showing
17 changed files
with
72 additions
and
62 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: 4 additions & 4 deletions
8
src/app/components/get-started/get-started/get-started.component.html
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,17 +1,17 @@ | ||
<h1>Get Started</h1> | ||
<h3>1. Install Alyle UI</h3> | ||
<p> | ||
<span prism language="bash" code="yarn add @alyle/ui" bg="background:paper"></span> or <span prism language="bash" code="npm i @alyle/ui" bg="background:paper"></span> | ||
<span prism language="bash" code="yarn add @alyle/ui" bg="background:primary" color="codeColor"></span> or <span prism language="bash" code="npm i @alyle/ui" bg="background:primary" color="codeColor"></span> | ||
</p> | ||
|
||
<h3>2. Import AlyleUIModule in AppModule</h3> | ||
<prism language="typescript" [code]="code" bg="background:paper"></prism> | ||
<prism language="typescript" [code]="code" bg="background:primary" color="codeColor"></prism> | ||
|
||
<h3>3. Install HammerJs</h3> | ||
<p> | ||
<span prism language="bash" code="yarn add hammerjs" bg="background:paper"></span> or <span prism language="bash" code="npm i hammerjs" bg="background:paper"></span> | ||
<span prism language="bash" code="yarn add hammerjs" bg="background:primary" color="codeColor"></span> or <span prism language="bash" code="npm i hammerjs" bg="background:primary" color="codeColor"></span> | ||
</p> | ||
|
||
<h4>Import in src/main.ts</h4> | ||
<p> | ||
<span prism language="typescript" code="import 'hammerjs';" bg="background:paper"></span> | ||
<span prism language="typescript" code="import 'hammerjs';" bg="background:primary" color="codeColor"></span> |
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
4 changes: 2 additions & 2 deletions
4
...components/multiple-themes/multiple-themes-demo-01/child-theme/child-theme.component.html
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,5 +1,5 @@ | ||
<p bg="background:paper" color="text"> | ||
<p bg="background:primary" color="text"> | ||
child-theme works! | ||
theme name: {{theme.Id}} | ||
theme scheme: {{palette.scheme}} | ||
theme scheme: {{theme.palette.scheme}} | ||
</p> |
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
2 changes: 1 addition & 1 deletion
2
...components/multiple-themes/multiple-themes-demo-01/multiple-themes-demo-01.component.html
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,3 +1,3 @@ | ||
<h1>Theming</h1> | ||
<h3>Create custom theme</h3> | ||
<prism language="typescript" [code]="code"></prism> | ||
<prism language="typescript" [code]="code" bg="background:tertiary"></prism> |
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