A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
Dive into the world of accessible user interfaces with this powerful library designed for creating autocomplete, combobox, and select components in your applications. Emphasizing flexibility and simplicity, it caters to developers looking to ensure an inclusive experience for all users while maintaining full control over their UI. With support for the latest ARIA design patterns, this solution stands out as a modern tool embraced by the React and Preact communities.
Whether you're implementing a custom select component or an autocomplete input, this library offers structured guidance through its hooks and components. It allows developers to adopt best practices without sacrificing creativity or functionality.
useSelect and useCombobox, which provide stateful logic for building functional components.useMultipleSelection hook, complete with options for deleting and navigating through selected items.React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.