net.zagart.design:ui — Compose Multiplatform UI components, themes, and design tokens
| Feature | Details |
| Theme system | DesignTheme wrapping Material3 with 3 color schemes (Indigo, CyanDeep, OliveGold), runtime Settings (dark mode, animations, nav bar type), and LocalScreenConfiguration |
| Design tokens | Spacing scale (spacings.x1–x16, base 4dp), dimensions (dimens.iconSize), Material3 color roles, typography, and shapes |
| Navigation components | TopAppBar, NavigationBar (adaptive bottom/side rail), FloatingNavigationBar (pill-shaped) |
| Input & selection | TextField, SearchBar, MoneyInput, SmartStringField, SegmentedButtonRow, Chip, RichChip |
| List & media | ListItem (with RadioButton/Switch variants), MediaListCard, MediaTile, Selector, VerticalList |
| Visual & layout | AsyncImage (Coil with shimmer), Gradient, LiveBorderBox, ProgressBar, AdaptiveLayout, Filler, BackHandler |
| Icon system | 199 named Icon enum values with stable id strings; composable resolves to Material ImageVector (filled/outlined) |
| Extensions & utilities | Composable spacers, String.parseBold() for AnnotatedString, WindowInsets helpers, CornerBasedShape clipping, SystemBarsSetup / ImmersiveModeSetup |