Skip to content

Commit

Permalink
fix(demo): Lists changes the ts representation to html (#9078)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKenkei authored Sep 18, 2024
1 parent 7693bbc commit 4bca8b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions projects/demo/src/modules/markup/lists/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,55 @@
id="large"
heading="large"
[component]="1 | tuiComponent"
[content]="1 | tuiExample: 'ts'"
[content]="1 | tuiExample: 'html'"
[fullsize]="true"
/>

<tui-doc-example
id="medium"
heading="medium"
[component]="2 | tuiComponent"
[content]="2 | tuiExample: 'ts'"
[content]="2 | tuiExample: 'html'"
[fullsize]="true"
/>

<tui-doc-example
id="small"
heading="small"
[component]="3 | tuiComponent"
[content]="3 | tuiExample: 'ts'"
[content]="3 | tuiExample: 'html'"
[fullsize]="true"
/>

<tui-doc-example
id="large-with-title"
heading="large with heading"
[component]="4 | tuiComponent"
[content]="4 | tuiExample: 'ts'"
[content]="4 | tuiExample: 'html'"
[fullsize]="true"
/>

<tui-doc-example
id="medium-with-title"
heading="medium with heading"
[component]="5 | tuiComponent"
[content]="5 | tuiExample: 'ts'"
[content]="5 | tuiExample: 'html'"
[fullsize]="true"
/>

<tui-doc-example
id="small-with-title"
heading="small with heading"
[component]="6 | tuiComponent"
[content]="6 | tuiExample: 'ts'"
[content]="6 | tuiExample: 'html'"
[fullsize]="true"
/>

<tui-doc-example
id="triangle-bullets"
heading="triangle bullets"
[component]="7 | tuiComponent"
[content]="7 | tuiExample: 'ts'"
[content]="7 | tuiExample: 'html'"
[fullsize]="true"
/>
</tui-doc-page>

0 comments on commit 4bca8b7

Please sign in to comment.