Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.57 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.57 KB

ColoredShadow

The ColoredShadow sample repository is a demonstration of how to apply colored blurred shadows to various UI components using Kotlin Multiplatform Mobile and Compose Multiplatform UI. This sample project showcases an implementation where a colored shadow effect can be easily added to any component using modifiers.

The main focus of this project is to provide a flexible solution for applying colored blurred shadows to UI elements. By leveraging the capabilities of Kotlin Multiplatform Mobile and Compose Multiplatform UI, the repository demonstrates a reusable approach to enhance the visual aesthetics of UI components.

Android iOS

SDK versions

  • Android: minSdkVersion 28, targetSdkVersion 33
  • iOS: Minimum Deployments, Deployment Target 14.1

IDEs

  • Android Studio Flamingo | 2022.2.1 Patch 2 with KMM plugin
  • Xcode 14.3

Key Features:

  • Compose Multiplatform UI integration
  • Implementation of a coloredShadow modifier for applying colored blurred shadows
  • Support for both Android and iOS platforms
  • Customized modifier parameters for controlling shadow color, blur radius, offset, and more

Get started by exploring the sample code and integrating the coloredShadow modifier into your own Kotlin Multiplatform Mobile projects. Enjoy the benefits of adding visually appealing colored blurred shadows to enhance the user experience of your mobile applications!