New Compose Multiplatform components arrived on Composables UICheck it out →

Component in Compose Ui

RenderVectorGroup

Common

Recursively creates the vector graphic composition by traversing the tree structure.

Last updated:

Installation

dependencies {
   implementation("androidx.compose.ui:ui:1.7.0-beta04")
}

Overloads

@Composable
fun RenderVectorGroup(
    group: VectorGroup,
    configs: Map<String, VectorConfig> = emptyMap()
)

Parameters

namedescription
groupThe vector group to render.
configsAn optional map of [VectorConfig] to provide animation values. The keys are the node names. The values are [VectorConfig] for that node.