Guide
Getting startedAriakit is an open source library that provides lower-level React components and hooks for building accessible web apps, design systems, and component libraries.
StylingAriakit provides unstyled components by default. You're free to style them using your favorite styling method.
CompositionThe as and render props make Ariakit components more versatile, allowing you to easily replace the default HTML element or enhance its features with custom components.
Component storesAccess and manipulate the state of Ariakit components in a performant way through component stores.