-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
7f69a2c
commit 2d84950
Showing
5 changed files
with
79 additions
and
16 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
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 |
---|---|---|
|
@@ -23,8 +23,31 @@ <h2 class="mat-h2">Avatar with fallback</h2> | |
<natural-avatar gravatar="[email protected]" initials=""></natural-avatar> | ||
</div> | ||
|
||
<h2 class="mat-h2">Misc</h2> | ||
<h2 class="mat-h2">Ignore special chars</h2> | ||
|
||
<div fxLayout="row" fxLayoutGap="10px"> | ||
<natural-avatar initials="asdf - qwer"></natural-avatar> | ||
<natural-avatar initials="asdf (qwer)"></natural-avatar> | ||
<natural-avatar initials="asdf / qwer"></natural-avatar> | ||
</div> | ||
|
||
<h2 class="mat-h2">Colors</h2> | ||
|
||
<div fxLayout="row" fxLayoutGap="10px"> | ||
<natural-avatar initials="auto color 1"></natural-avatar> | ||
<natural-avatar initials="auto color 2"></natural-avatar> | ||
<natural-avatar initials="auto color 3"></natural-avatar> | ||
<natural-avatar initials="auto color 4"></natural-avatar> | ||
<natural-avatar initials="auto color 5"></natural-avatar> | ||
<natural-avatar initials="auto color 6"></natural-avatar> | ||
<natural-avatar initials="auto color 7"></natural-avatar> | ||
<natural-avatar initials="auto color 8"></natural-avatar> | ||
<natural-avatar initials="auto color 9"></natural-avatar> | ||
<natural-avatar initials="auto color 10"></natural-avatar> | ||
<natural-avatar initials="auto color 11"></natural-avatar> | ||
</div> | ||
|
||
<h2 class="mat-h2">Misc</h2> | ||
<div fxLayout="row" fxLayoutGap="10px"> | ||
<natural-avatar gravatar="5fa7e880db8ff6741e0268ff52c22057"></natural-avatar> | ||
<natural-avatar gravatar="5fa7e880db8ff6741e0268ff52c22057" [size]="100"></natural-avatar> | ||
|