New components Second, we have the API specificat...
# decouple
c
New components Second, we have the API specification for the different button types as well as the simple `Text` composable. We also have a prototype implementation using Compose Multiplatform's Material3 design theme, and another prototype implementation using Pure.css. As a reminder: our goal is to provide design system implementations for all Kotlin platforms, including KJS and Native. One of the particularities of Decouple is that we can add new arguments to composable functions in a backwards-compatible way… Although the library provides very few components (but well, it's a start!), it's already relatively safe to use them in projects.
K 1