Print Desk

The Atom design system, rendered live from its own tokens and components — it cannot drift from what ships.

Docs Components

Selectexperimental

A dropdown that opens the real system menu instead of a custom one — the platform does the hard part; we draw the box and the chevron.

formselectdropdown

API

PropTypeDescription
…nativeSelectHTMLAttributesNative select underneath; options are standard option elements.

Design specifications

  • recipe identical to input
  • chevron color-text-muted, decorative (pointer-events none)
  • padding-right space-7

Guidelines

  • shouldPrefer Radio for 2–4 mutually exclusive options that benefit from being visible at once.
  • must-notDo not rebuild this as a div-based dropdown without keyboard, type-ahead, and screen-reader parity.