We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ab199 commit 38b5624Copy full SHA for 38b5624
README.md
@@ -245,6 +245,9 @@ rememberHorizontalVueReaderState(resource = VueResourceType.BlankDocument())
245
```
246
### Custom
247
Any network request or transformation can be done in this scope
248
+```kotlin
249
+rememberHorizontalVueReaderState(resource = VueResourceType.Custom)
250
+```
251
```kotlin
252
LaunchedEffect(key1 = Unit, block = {
253
horizontalVueReaderState.load(
0 commit comments