Skip to content

Commit

Permalink
refactor: prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Feb 4, 2025
1 parent 58c8d8c commit bbcdc83
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions packages/components/src/components/tabs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ <h2>Angular Example</h2>
</db-tab>
</div>
</db-tab-list>
<db-tab-panel ng-_reflect-name="functional" ng-_reflect-index="0">
<db-tab-panel
ng-_reflect-name="functional"
ng-_reflect-index="0"
>
<article
role="tabpanel"
class="db-tab-panel"
Expand All @@ -87,7 +90,10 @@ <h2>Angular Example</h2>
Tab Panel 1
</article>
</db-tab-panel>
<db-tab-panel ng-_reflect-name="functional" ng-_reflect-index="1">
<db-tab-panel
ng-_reflect-name="functional"
ng-_reflect-index="1"
>
<article
role="tabpanel"
class="db-tab-panel"
Expand All @@ -97,7 +103,10 @@ <h2>Angular Example</h2>
Tab Panel 2
</article>
</db-tab-panel>
<db-tab-panel ng-_reflect-name="functional" ng-_reflect-index="2">
<db-tab-panel
ng-_reflect-name="functional"
ng-_reflect-index="2"
>
<article
role="tabpanel"
class="db-tab-panel"
Expand Down

0 comments on commit bbcdc83

Please sign in to comment.