Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T00:47:20.000Z (11 months ago)
- Last Synced: 2024-12-06T10:12:15.716Z (about 2 months ago)
- Topics: android-studio, compose-desktop, intellij-plugin, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 8.68 MB
- Stars: 181
- Watchers: 5
- Forks: 5
- 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)![App screenshot](./artwork/readme/screenshot.png)
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