Package-level declarations

Types

Link copied to clipboard
object Carbon

Convenience class to provide quick access to Carbon themes, layers, typography, and adaptation mode.

Functions

Link copied to clipboard
fun CarbonDesignSystem(theme: Theme = if (isSystemInDarkTheme()) Gray100Theme else WhiteTheme, uiShellInlineTheme: Theme = theme, layer: Layer = Layer.Layer00, adaptation: Adaptation = Adaptation.None, content: @Composable () -> Unit)

Entry point for a content using the Carbon Design System.