An open API service indexing awesome lists of open source software.

https://github.com/composablehorizons/compose-unstyled

Compose Unstyled is a set of foundational components for building high-quality, accessible design systems in Compose Multiplatform.
https://github.com/composablehorizons/compose-unstyled

android compose-desktop compose-multiplatform compose-web ios jetpack-compose kotlinmultiplatform

Last synced: about 18 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Compose Unstyled

Unstyled, fully accessible Jetpack Compose and Compose Multiplatform UI components that you can customize to your heart's content.

## Installation

```kotlin
repositories {
mavenCentral()
}

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

## 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.