Pull To Refresh
이 문서는 정리 중이에요. 문의 내용은 #_design_core 채널을 찾아주세요.
Installation
Props
PullToRefreshRoot
Prop | Type | Default |
---|---|---|
asChild? | boolean | false |
onPtrRefresh? | (() => Promise<void>) | - |
onPtrReady? | (() => void) | - |
onPtrPullEnd? | ((ctx: PullToRefreshContext) => void) | - |
onPtrPullMove? | ((ctx: PullToRefreshContext) => void) | - |
onPtrPullStart? | ((ctx: PullToRefreshContext) => void) | - |
displacementMultiplier? | number | 0.5 |
threshold? | number | 44 |
PullToRefreshIndicator
Prop | Type | Default |
---|
PullToRefreshContent
Prop | Type | Default |
---|---|---|
asChild? | boolean | false |