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 render prop makes Ariakit components more versatile, allowing you to easily replace the default HTML element or enhance its features with custom components.
Component providersProvide state to Ariakit components using a simple wrapper that supports controlled and uncontrolled props.