feat(segment): move indicator with scroll

This commit is contained in:
Brandy Carney
2024-09-24 19:22:46 -04:00
parent 798e725712
commit d811221750
7 changed files with 112 additions and 12 deletions

View File

@ -761,7 +761,8 @@ export const IonSegmentContent = /*@__PURE__*/ defineContainer<JSX.IonSegmentCon
export const IonSegmentView = /*@__PURE__*/ defineContainer<JSX.IonSegmentView>('ion-segment-view', defineIonSegmentView, [
'disabled'
'disabled',
'ionSegmentViewScroll'
]);