Lines Matching +full:react +full:- +full:is
3 [. The implementation is similar but instead of being a…
12 A simple example is as follows:
38 …ples](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material…
42 …vides the swipe-to-refresh UX pattern, similar to Android's [`SwipeRefreshLayout`](https://develop…
54 …e two key APIs which are needed: [`SwipeRefresh`][api_swiperefresh], which is provides the layout,…
67 items(30) { index ->
76 The content needs to be 'vertically scrollable' for `SwipeRefresh()` to be able to react to swipe g…
91 As this library is built with a separate state object, it's easy to display a refreshing indicator …
103 items(30) { index ->
124 indicator = { state, trigger ->
151 …State`][api_swiperefreshstate] is provided to `indicator` content slot, which contains the informa…
153 An example of a custom indicator is provided [here][sample_customindicator].
157 [![Maven Central](https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-swipere…
165 implementation "com.google.accompanist:accompanist-swiperefresh:<version>"
172 …://oss.sonatype.org/content/repositories/snapshots/com/google/accompanist/accompanist-swiperefresh/
173 …[api_swiperefreshstate]: ../api/swiperefresh/com.google.accompanist.swiperefresh/-swipe-refresh-st…
174 …shindicator]: ../api/swiperefresh/com.google.accompanist.swiperefresh/-swipe-refresh-indicator.html
175 [api_swiperefresh]: ../api/swiperefresh/com.google.accompanist.swiperefresh/-swipe-refresh.html
176 …erstate]: ../api/swiperefresh/com.google.accompanist.swiperefresh/remember-swipe-refresh-state.html
178 …eloper.android.com/reference/kotlin/androidx/compose/foundation/lazy/package-summary#LazyColumn(an…
179 …oper.android.com/reference/kotlin/androidx/compose/foundation/layout/package-summary#Column(androi…
180 …eloper.android.com/reference/kotlin/androidx/compose/foundation/lazy/package-summary#LazyRow(andro…
181 [verticalscroll]: https://developer.android.com/jetpack/compose/gestures#scroll-modifiers