Innate UIv0.1.0
Components

Component catalog

Composable Retend components with controlled state ownership, accessible interaction models, and shared Innate styling.

Browse components

Select a component to open its live example, usage notes, and public API guidance.

Inputs

Navigation

Overlays

Feedback

Data display

Utilities

Component principles

Retend-native

Cells, scopes, and Retend control flow are used directly rather than emulating React state patterns.

Controlled state

Components display received state and report user intent upward instead of maintaining shadow models.

Accessible behavior

Native semantics are preferred, with keyboard and ARIA behavior supplied where custom interaction requires it.

Composable API

Compound components expose structural parts without forcing application-specific wrappers.