Reference
Components
Every component in ireka-ui is a plain React function. Import what you need from the barrel file, override styles with className, and compose screens without wiring up providers or context.
The set is intentionally small: surfaces, inputs, navigation primitives and feedback patterns that cover most mobile-first app screens. Pick a component below to see a live preview, copyable source, and its full prop list.
Badge
Compact status and category labels.
Button
Primary tap target with four variants.
Card
Grouped surface with header, body and footer slots.
ContentContainer
Scrollable, centered page body.
SectionLabel
Uppercase heading for a group of controls.
SegmentedControl
iOS-style single-select switcher.
SheetAction
Full-width row action for sheets and menus.
Skeleton
Animated placeholder for loading state.
Slideshow
Swipeable, paginated image carousel.
TextInput
Labeled single-line text field.
TextArea
Labeled multi-line text field.
Toggle
On/off switch, optionally with a label.