A modern, accessible React component library starter kit built with React Aria, Tailwind CSS, TypeScript, and Storybook. src/ ├── components/ │ └── ui/ # UI components │ ├── Button.tsx │ ├── TextField ...
Screen readers do not automatically announce visual changes unless focus is moved or special ARIA techniques are used. The useAnnouncer hook helps bridge that gap. Use it when you want to announce ...