| Name | Type | Description |
|---|---|---|
| href | string | null | Destination route. Empty values render children without navigation. |
| disabled | boolean | Prevents navigation while keeping the same visual layout. |
| activeClassName | string | Class applied when the current route matches the link. |
| scrollToTop | boolean | Scrolls to the top after client-side navigation. |
| Name | Type | Description |
|---|---|---|
| src | string | Direct image URL. Takes precedence over file metadata. |
| file | ProtoFile | file-like | File object with `url`, `imageSize`, and optional `abstractData`. |
| abstractData | string | Blur/placeholder preview data. |
| priority / preload | boolean | Marks the image as high-priority and eager-loaded. |
| unoptimized | boolean | Skips Akan image optimization. |
| Name | Type | Description |
|---|---|---|
| Layout.Template | { className?, children? } | Vertical form/template container with default spacing. |
| Layout.Unit | { className?, children, href? } | List/card item container that becomes clickable when href is provided. |
| Layout.View | { className?, children } | Constrained detail page container. |
| Layout.Zone | component | Section container for feature zones and page blocks. |
| Name | Type | Description |
|---|---|---|
| Load.View | { view, renderView, loading?, noDiv? } | Hydrates a full model view and renders it through `renderView`. |
| Load.Edit | component | Loads edit payloads for model edit/new workflows. |
| Load.Page | { loader, render, loading?, noCache? } | Shared SSR/CSR page loader wrapper. |
| Load.Units | component | Renders list/unit data from pagination-style results. |
| Name | Type | Description |
|---|---|---|
| Model.EditModal | { slice, edit?, renderTitle?, onSubmit? } | Modal editing shell wired to generated model store actions. |
| Model.NewWrapper | component | Wrapper for opening and initializing a new-model form. |
| Model.ViewWrapper | component | Wrapper for rendering full model view state. |
| Model.Remove | component | Removal action connected to generated delete flows. |
