Transfer List
A fully accessible, token-driven TransferList component built with strict WAI-ARIA compliance.
tsx
import { TransferList } from '@nofinite/nui';Interactive Preview
TransferList Component
Usage
Basic Example
tsx
import { TransferList } from '@nofinite/nui';
<TransferList />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
options* | TransferListOption[] | — | — |
value | string[] | — | — |
defaultValue | string[] | [] | — |
onChange | ((value: string[]) => void) | — | — |
leftTitle | ReactNode | Available | — |
rightTitle | ReactNode | Selected | — |
className | string | — | — |
Accessibility & Guidelines
- Semantic Tokens: Built strictly using Nuicss semantic tokens (
bg-surface,text-default,border-subtle,bg-primary). - Keyboard Navigation: Adheres to strict WAI-ARIA standards.
- Screen Reader Support: Includes semantic roles and live regions where appropriate.