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: 19 days ago
JSON representation

Interactive playground for learning how to use Jetpack Compose modifiers

Lists

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