c5inco / Compose-Modifiers-Playground

Interactive playground for learning how to use Jetpack Compose modifiers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interactive playground for learning how to use Jetpack Compose modifiers

License:MIT License


Languages

Language:Kotlin 99.2%Language:CSS 0.3%Language:HTML 0.2%Language:Shell 0.2%Language:JavaScript 0.0%