8000 GitHub - composablehorizons/compose-unstyled: Compose Unstyled is a set of foundational components for building high-quality, accessible design systems in Compose Multiplatform.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Compose Unstyled is a set of foundational components for building high-quality, accessible design systems in Compose Multiplatform.

License

Notifications You must be signed in to change notification settings

composablehorizons/compose-unstyled

Repository files navigation

Compose Unstyled

Compose Unstyled is a set of foundational components for building high-quality, accessible design systems in Compose Multiplatform.

Installation

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.composables:core:1.31.0")
}

Documentation

For full documentation, checkout: https://composeunstyled.com/

Contributing

We are currently accepting contributions in the form of bug reports and feature requests, in the form of Github issues.

0