Package-level declarations

Types

Link copied to clipboard
interface BlockScope

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

Link copied to clipboard

Scope combining StoryblokClient and BlockScope 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, blockProvider: BlockProvider, content: @Composable StoryblokScope.() -> Unit)

Entry point composable for rendering Storyblok content.