OudsComponents

data class OudsComponents(val navigationBar: OudsComponents.NavigationBar)

Holds component-specific tokens that are exposed for public use.

While most component styling is handled automatically by OUDS components, these properties allow accessing specific token values that might be needed for custom implementations.

Constructors

Link copied to clipboard
constructor(navigationBar: OudsComponents.NavigationBar)

Types

Link copied to clipboard
data class NavigationBar(val blurRadius: Int)

Properties specific to the OUDS Navigation Bar.

Properties

Link copied to clipboard

Properties specific to the OUDS Navigation Bar component.