Package-level declarations
Properties
Link copied to clipboard
compositionLocalOf providing the current ContentCardListStyling for Content Card list rendering.
Link copied to clipboard
compositionLocalOf providing the current ContentCardStyling for individual Content Card rendering.
Functions
Link copied to clipboard
fun BrazeStyle(contentCardListStyle: ContentCardListStyling = ContentCardListStyling(), contentCardStyle: ContentCardStyling = ContentCardStyling(), content: () -> Unit)
Provides Braze styling values to the composition tree via CompositionLocalProvider. Wrap your Braze composables in BrazeStyle to apply custom styling.