-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replace polymorpheus with
tuiSlot
- Loading branch information
1 parent
e8b4d4c
commit 341b9e9
Showing
23 changed files
with
429 additions
and
250 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
14 changes: 7 additions & 7 deletions
14
projects/demo/src/modules/experimental/cell/examples/1/index.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,13 +1,13 @@ | ||
<tui-cell | ||
description="Description" | ||
secondaryDescription="Secondary description" | ||
secondaryTitle="Secondary title" | ||
title="Title" | ||
> | ||
<div tuiCell> | ||
<tui-marker-icon | ||
mode="primary" | ||
new | ||
size="s" | ||
src="tuiIconStarLarge" | ||
></tui-marker-icon> | ||
</tui-cell> | ||
|
||
<ng-container tuiSlot="title">Title</ng-container> | ||
<ng-container tuiSlot="description">Description</ng-container> | ||
<ng-container tuiSlot="secondaryTitle">Secondary title</ng-container> | ||
<ng-container tuiSlot="secondaryDescription">Secondary description</ng-container> | ||
</div> |
Oops, something went wrong.