image
Akan.js
English
DocsConventionsReferencesCheatsheet
image
Akan.js
Released under the MIT License
Official Akan.js Consulting onAkansoft
Copyright © 2026 Akan.js All rights reserved.
System managed bybassman
CLI Reference
• Commands
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS Reference
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI Reference
• Overview
• Core
• Display
• Forms
• Overlays
• System
CLI Reference
• Commands
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
AkanJS Reference
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI Reference
• Overview
• Core
• Display
• Forms
• Overlays
• System
Previous
akanjs/webkit
Next
Core

akanjs/ui

`akanjs/ui` is the shared UI facet for Akan apps. It provides route-aware links, data loading wrappers, model UI shells, form controls, display helpers, overlays, and system-level app chrome.
This reference is organized by actual app/lib usage frequency. Common components get full pages first; rarely used exports are deferred until they become part of normal application patterns.

Page Map

Open the page that matches the UI layer you are working on. Each detail page uses one `Scroll.Slide` per component with usage examples and props notes.
Core
Link, Image, Layout, Load, Model
The most common page-building primitives for routing, media, page shells, data loading, and model workflows.
Display
Data, RecentTime, Loading, Empty, Table, Pagination
Display and feedback helpers for model lists, relative time labels, loading states, empty states, and tabular UI.
Forms
Field, Input, Select, Button
Form controls and action primitives used by templates, filters, and admin surfaces.
Overlays
Modal, Dialog, Popconfirm, Dropdown, Copy
Overlay, confirmation, menu, and copy helpers for focused user actions.
System
System, ClientSide, Signal, Tab, animated
Application shell helpers, CSR guards, admin signal tools, tab state, and animation wrappers.
akanjs/ui
Page Map