# UI Kit

### Support iOS with your Android app codebase

Learn things you can share with iOS that you usually do in the Android platform

Use this UI Kit to craft stunning and user-friendly app interfaces. Our UI Kit follows the Atomic Design principles and is built on top of Material 3 to offer you the flexibility to use it as building blocks to create customized solutions. Powered by Jetbrain Compose, this UI Kit supports Android and desktop (macOS, Windows, Linux) platforms, providing a seamless experience across devices.

### Theming <a href="#theming" id="theming"></a>

#### Pre-built Theming <a href="#pre-built-theming" id="pre-built-theming"></a>

AppKickstarter comes with pre-built themes featuring ready-to-use color schemes, fonts, and in-app theming management. Our UI Kit provides effortless customization options, allowing users to switch between themes (colors, fonts) and adjust brightness settings (dark, light, or system colors) with ease.

![AppKickstarter theming](https://appkickstarter.com/images/theming.gif)

Customization

While AppKickstarter offers a range of pre-built themes, you can easily customize the palette colors to suit your unique preferences. Our UI Kit provides an effortless customization experience, allowing users to seamlessly modify the palette colors to their liking.

```
CustomColors(
    background = color1,
    textOnBackground = color2, 
    buttonBackground = color3,
    textOnButton = color4,
    ...
)
```

### Storybook organized by atoms, molecules, organisms and templates <a href="#storybook-organized-by-atoms-molecules-organisms-and-templates" id="storybook-organized-by-atoms-molecules-organisms-and-templates"></a>

AppKickstarter includes a storybook that simplifies the process of selecting the desired components. You can easily choose the components you need, thanks to the storybook that showcases all the available options.

<div align="center"><img src="https://appkickstarter.com/images/uikit-ios.gif" alt="Atoms &#x26; Molecules in AppKickstarter UIKit"></div>
