Tier B
RN-universal Chip pilot
ScaffoldedRounded pill with optional left icon and removable trailing X. State-coloured variants (success/warning/error/info) are brand-invariant — they use the shared state tokens. Primary uses the current brand accent.
Side-by-side: variants
shadcn (div)
Default
Primary
Success
Warning
Error
Info
RN (View + Text via RN Web)
Default
Primary
Success
Warning
Error
Info
Sizes
Small
Medium
Large
With left icon
Approved
Pending review
Featured
Removable (interactive)
Mathematics
Literature
History
Science
Semantics
| Aspect | shadcn | RN | Notes |
|---|---|---|---|
| Container | <div> | <View> | Parity |
| Remove button | <button aria-label> | <Pressable accessibilityRole="button" accessibilityLabel=…> | Announces action |
| Remove icon | <X svg> | <X lucide> | Same icon library |
| State variants | CSS vars inline | CSS vars inline | Brand-invariant state tokens |