# `Drafter.Widget.Trait.Focusable`
[🔗](https://github.com/jaman/drafter/blob/main/lib/drafter/widget/trait/focusable.ex#L1)

Trait that makes a widget focusable.

Manages the `focused` state field and handles focus/blur events.
Widgets with this trait participate in tab cycling and arrow-key navigation.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
