OUDS Android documentation Help

Getting started

1. Add library dependency

2. Use OudsTheme

OudsTheme is a Material theme extension for Jetpack Compose applications. Cause OUDS support multi-theme, you must specify the theme to use for your application.

Use OudsTheme in your screens by providing the OrangeTheme for example as theme contract to use the Orange theme.

OudsTheme(themeContract = OrangeTheme()) { // Use OUDS components or modules here for an interface // matching the Orange Unified Design System }
Last modified: 04 October 2024