-
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.
[Documentation] Completing documentation
- Loading branch information
louiiuol
committed
Oct 20, 2024
1 parent
8277952
commit dd444a8
Showing
8 changed files
with
66 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Overview | ||
keyword: IconMaterialOverview | ||
--- | ||
|
||
> **note** | ||
> {{ JSDoc.description("src/app/components/atoms/icon-material/icon-material.component.ts#IconMaterialComponent") }} | ||
To learn more about the technical aspect of this component, check the [API page](https://louiiuol.github.io/ngx-lib/api/classes/api/IconMaterialComponent). | ||
|
||
## Playground 🕹️ | ||
|
||
You can play around with this component's input to create unique combinaison and see what this produce, have fun ! | ||
|
||
{{ NgDocActions.playground("IconMaterialPlayground", {inputs: {name: "favorite"} }) }} | ||
|
||
|
||
<div id="end"></div> | ||
|
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
13 changes: 13 additions & 0 deletions
13
src/app/components/atoms/icon-material/doc/tabs/sources.md
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,13 @@ | ||
--- | ||
title: Sources | ||
route: sources | ||
keyword: IconMaterialSources | ||
--- | ||
|
||
## Sources | ||
|
||
```typescript file="../../icon-material.component.ts" name="icon-material.component.ts" | ||
``` | ||
|
||
> **warning** | ||
> Refer to the [material-symbols-outlined](https://fonts.google.com/icons) font for the list of available icons. |
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