Select
Custom dropdown select menu
Preview
Usage
import { Select } from '@aaroh/react-ui';
export default function Example() {
return (
<Select>
Click Me
</Select>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
