Design Tokens Focus

Focus

Focus tokens create a consistent, recognizable outline that lets keyboard users track where they are on the page. Together with --wa-color-focus, these tokens assemble the focus ring applied to all interactive Web Awesome components.

See your theme's focus ring by navigating this form with your keyboard:

<form class="wa-stack">
  <wa-input label="Text Input">
    <span slot="hint">Press <kbd>Tab</kbd> to move focus to other interactive elements.</span>
  </wa-input>
  <wa-checkbox>Checkbox</wa-checkbox>
  <wa-button variant="brand">Button</wa-button>
</form>
    No results