Focus ring

Utility classes that allows you to add and modify custom focus ring styles to elements and components.

Example

vue
<template>
 <Anchor
  to="/"
  focus-ring
  display="inline-flex"
  padding="y-1 x-3"
  text-decoration="none"
  border
  rounded-size="2"
 >
  Custom focus ring
 </Anchor>
</template>