nyuchimzizi
Mzizi — an open-architecture project of the Bundu Foundation, operated and developed by Nyuchi. Built on the Five African Minerals palette.
Built by Nyuchi Africav4.0.39
Nyuchi Design Tokens for Swift / SwiftUI. Auto-generated from nyuchi-tokens. Exports Color extensions, spacing, radius, and typography constants for iOS, macOS, watchOS, and tvOS. Five African Minerals + Five Heritage Colors. Same token system as the web CSS output — one palette, every platform.
View the full component source code below.
// NYUCHI DESIGN TOKENS — N1 Vertical Node
// Swift / SwiftUI — auto-generated from nyuchi-tokens
// Source of truth: design.nyuchi.com
// Do not edit manually.
import SwiftUI
public extension Color {
// Five African Minerals
static let nyuchiCobalt = Color("nyuchi-cobalt")
static let nyuchiTanzanite = Color("nyuchi-tanzanite")
static let nyuchiMalachite = Color("nyuchi-malachite")
static let nyuchiGold = Color("nyuchi-gold")
static let nyuchiTerracotta = Color("nyuchi-terracotta")
// Five Heritage Colors
static let nyuchiIndigo = Color("nyuchi-indigo")
static let nyuchiSavanna = Color("nyuchi-savanna")
static let nyuchiBaobab = Color("nyuchi-baobab")
static let nyuchiSunset = Color("nyuchi-sunset")
static let nyuchiRiver = Color("nyuchi-river")
}
public struct NyuchiSpacing {
public static let xs: CGFloat = 4
public static let sm: CGFloat = 8
public static let md: CGFloat = 12
public static let base: CGFloat = 16
public static let lg: CGFloat = 24
public static let xl: CGFloat = 32
}
public struct NyuchiRadius {
public static let sm: CGFloat = 7
public static let md: CGFloat = 12
public static let lg: CGFloat = 14
public static let xl: CGFloat = 17
public static let full: CGFloat = 9999
}
public struct NyuchiFonts {
public static let sans = "Noto Sans"
public static let serif = "Noto Serif"
public static let mono = "JetBrains Mono"
}npx shadcn@latest add https://mzizi.dev/api/v1/ui/nyuchi-tokens-swiftFetch this component's metadata and source code from the registry API.
/api/v1/ui/nyuchi-tokens-swift