Skip to content

Commit

Permalink
chore(demo): update description to improve search (#9596)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Oct 24, 2024
1 parent 9828c85 commit 05456e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/demo/src/modules/components/textfield/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*ngFor="let example of examples; let index = index"
[component]="index + 1 | tuiComponent"
[content]="index + 1 | tuiExample"
[description]="index === 3 ? 'Example of input-password and input-copy with interactive icons' : ''"
[heading]="example"
[id]="example | tuiKebab"
/>
Expand Down

0 comments on commit 05456e5

Please sign in to comment.