Skip to content

Quick Start

In order to display any of the UI components, you must first set up the AnsaTheme. There is default colors and typography initialized for ease-of-use.

AnsaTheme(
    colors = // override colors or omit,
    typography = // override fonts or omit,
) {
  // use the components or screens
}

Theming

Theming is managed just liked you'd expect in Jetpack Compose. Learn more here