• Stars
    star
    143
  • Rank 256,059 (Top 6 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Interactive playground for learning how to use Jetpack Compose modifiers

Compose Modifiers Playground

Source code for Compose Modifiers Playground IDEA plugin

App screenshot

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