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: 7 months ago
JSON representation
Compose Unstyled is a set of foundational components for building high-quality, accessible design systems in Compose Multiplatform.
- Host: GitHub
- URL: https://github.com/composablehorizons/compose-unstyled
- Owner: composablehorizons
- License: mit
- Created: 2024-04-27T12:53:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T14:51:40.000Z (7 months ago)
- Last Synced: 2025-05-13T14:51:49.478Z (7 months ago)
- Topics: android, compose-desktop, compose-multiplatform, compose-web, ios, jetpack-compose, kotlinmultiplatform
- Language: Kotlin
- Homepage: https://composeunstyled.com
- Size: 144 MB
- Stars: 550
- Watchers: 1
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - composablehorizons/compose-unstyled - The missing Design System layer for Compose UI (Kotlin)
- awesome - Compose Unstyled
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.