feat(range): add reference point for start position of range slider (#25598)

Resolves #24348

Co-authored-by: Sachin Garg <sg@rawzor.com>
This commit is contained in:
Sean Perkins
2022-07-15 12:00:15 -04:00
committed by GitHub
parent 2e306122ef
commit c2781cc1c3
20 changed files with 243 additions and 8 deletions

View File

@ -587,6 +587,7 @@ export const IonRange = /*@__PURE__*/ defineContainer<JSX.IonRange>('ion-range',
'snaps',
'step',
'ticks',
'activeBarStart',
'disabled',
'value',
'ionChange',