Skip to content

Interactive playground for learning how to use Jetpack Compose modifiers

License

Notifications You must be signed in to change notification settings

c5inco/Compose-Modifiers-Playground

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages