https://github.com/c5inco/Compose-Modifiers-Playground
Interactive playground for learning how to use Jetpack Compose modifiers
https://github.com/c5inco/Compose-Modifiers-Playground
android-studio compose-desktop intellij-plugin jetpack-compose
Last synced: 10 months ago
JSON representation
Interactive playground for learning how to use Jetpack Compose modifiers
- Host: GitHub
- URL: https://github.com/c5inco/Compose-Modifiers-Playground
- Owner: c5inco
- License: mit
- Created: 2021-03-19T08:09:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T00:47:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T12:22:40.458Z (10 months ago)
- Topics: android-studio, compose-desktop, intellij-plugin, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 8.68 MB
- Stars: 185
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compose Modifiers Playground
Source code for [Compose Modifiers Playground IDEA plugin](https://plugins.jetbrains.com/plugin/16417-compose-modifiers-playground)

Learn how to use Jetpack Compose modifiers through this interactive playground!
- Quickly reorder, hide/show, and experiment with modifiers
- Code is generated as you go, allowing you to copy/paste directly to Android Studio.
The playground comes with several templates to start experimenting from. The tool can be found under the **Tools menu**.
Available modifiers to use:
- align
- alpha
- aspectRatio
- background
- border
- clickable
- clip
- fillMaxHeight
- fillMaxSize
- fillMaxWidth
- height
- offset
- padding
- rotate
- scale
- shadow
- size
- weight
- width
- wrapContentHeight
- wrapContentSize
- wrapContentWidth