Skip to content

Commit

Permalink
#9057 - Migrate tui-bar-chart docs API to new API (#10117)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv9604 authored Jan 9, 2025
1 parent 9171c49 commit f57082a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions projects/demo/src/modules/components/bar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
[value]="value"
/>
</tui-doc-demo>
<tui-doc-documentation>
<ng-template
documentationPropertyMode="input"
documentationPropertyName="size"
documentationPropertyType="TuiSizeS | TuiSizeL"
[documentationPropertyValues]="sizeVariants"
[(documentationPropertyValue)]="size"
<table tuiDocAPI>
<tr
name="[size]"
tuiDocAPIItem
type="TuiSizeS | TuiSizeL"
[items]="sizeVariants"
[(value)]="size"
>
Size
</ng-template>
<ng-template
documentationPropertyMode="input"
documentationPropertyName="value"
documentationPropertyType="readonly number[]"
[documentationPropertyValues]="valueVariants"
[(documentationPropertyValue)]="value"
</tr>
<tr
name="[value]"
tuiDocAPIItem
type="readonly number[]"
[items]="valueVariants"
[(value)]="value"
>
An array of segments
</ng-template>
</tui-doc-documentation>
</tr>
</table>
</ng-template>

<tui-setup *pageTab />
Expand Down

0 comments on commit f57082a

Please sign in to comment.