headless, styleless, accessibility focused implementations of components, patterns, and utilities to help make building apps faster.
picking up where the framework left off.

Get Started ➤


Projects using...

Goals

  • high-quality components and utilities
  • pay for only what you import
  • pure data derivation
  • no extra rendering
  • no unneeded DOM
  • be contextually aware
  • be flexible
  • use the latest technology

Features

  • Accessible, by default
  • Tabster integration
  • Documented
  • Compatible with all CSS styles
  • Compatible with all design systems




Get Started ➤


Building on the backs of giants.

  • The Platform
    When possible, the platform should be used instead of custom implementations. When applicable, the docs call out what and how to use each relevant part of the platform.
  • @floating-ui/dom
    Used for positioning floating elements. Will be replaced by CSS Anchor Position when that lands.
  • tabster
    Used for managing roving focus in menus or menu-like patterns.

Inspiration and code adapted from