Package-level declarations

Types

Link copied to clipboard
interface BlokScope

Scope providing composable functions for rendering Storyblok Component and RichText content.

Link copied to clipboard

Scope combining StoryblokClient and BlokScope capabilities.

Functions

Link copied to clipboard
fun Storyblok(accessToken: String, version: Api.Config.Version, region: Api.Config.Region = EU, language: String? = null, fallbackLanguage: String? = null, cv: String? = null, blokProvider: BlokProvider, content: @Composable StoryblokScope.() -> Unit)

Entry point composable for rendering Storyblok content.