Skip to content

Repository files navigation

KMPComponents

Reusable Compose Multiplatform components for Android, desktop, and iOS. The library adapts the platform-neutral tokens from kommon; it does not define a competing design system.

The initial API includes a token-backed Material theme, tri-state theme selection, section cards, and reusable provider configuration fields suitable for AI and other authenticated services.

KmpTheme(mode = ThemeMode.SYSTEM) {
    ProviderConfigurationForm(
        state = providerState,
        onStateChange = ::updateProvider,
    )
}

Local sibling builds use Gradle composite substitution for kommon. Published consumers resolve io.github.maniramezan.kommon:design-system normally.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages