Tier E1
RN-universal Accordion pilot
ScaffoldedMulti-item collapsible with two modes — single (one-open, optional collapsible) and multiple (any-open). No Radix. Context-driven. Matches the shadcn Accordion API shape.
Side-by-side: single, collapsible
shadcn (Radix)
RN
Multi-open
Per-student flat rate with volume discounts for 500+ students. Ministry-level multi-institution licences are negotiated separately.
Semantics
| Aspect | shadcn | RN | Notes |
|---|---|---|---|
| Root | Radix Root | <View> | Context holds open items |
| Trigger | data-state=open | accessibilityState.expanded | aria-expanded forwarded on web |
| Content | Radix Content | <View role="region"> | Only mounts when open |
| Single mode | optional collapsible | collapsible prop | Default false |
| Multi mode | value: string[] | value: string[] | Same API |