What problem does it solve? Choosing and implementing the wrong single-select control leads to inconsistent UI, broken accessibility, and misuse of tabs or radio buttons. This Skill defines exactly when a segmented control is the right choice in the Recursica design system and how to implement it correctly. ## Core Features & Use Cases - Control Selection Rules: Distinguishes segmented controls from radio groups, dropdowns, tabs, chips, and switches, with a strict 2–5 option ceiling that overrides the general 7 ± 2 rule. - Variant & Token Guidance: Documents the orientation and fill-width axes from the Recursica UI kit, clarifying that horizontal is the house pattern and no size or style axis exists. - Accessibility Requirements: Specifies radio-group semantics, single tab stop, arrow-key selection, accessible naming for icon-only segments, and distinguishable focus versus selection states. - Use Case: When building a list/grid view switcher in a toolbar, apply this Skill to confirm a segmented control is correct, keep labels to one or two words, and wire it as a proper radio group for screen readers. ## Quick Start Ask the AI to review or implement a horizontal single-select view switcher using the Recursica segmented control guidelines.