Skip to content

composablehorizons/ecommerce

Repository files navigation

Ecommerce Compose Multiplatform

This app was designed and exported entirely via Paper.

No code was written by hand. You can customize this app by clicking here.

Preview

Project Structure

There are 3 important folders in composeApp/src:

  • commonMain: Contains the shared sourceSet across all targets. This is where your designs live.
  • androidMain: Contains Android specific theming, such as the Material RippleEffect.
  • iosMain: iOS specific theming such as the light highlight.

Supported Targets

Paper currently exports to iOS and Android