Overview:
The Accessible Astro Components is a set of simple, easy to use front-end UI components designed for Astro. These components are used in the Accessible Astro Starter and Accessible Astro Dashboard themes and provide exemplary use cases. The themes also include dedicated components for keyboard accessibility and responsive navigation, as well as various utility classes, patterns, and primitives for design system purposes.
Features:
- Accordion: Allows grouping of content into expandable headers, providing an easier scanning experience for users. It also includes some accessibility features such as keyboard navigation and screen reader support.
- Breadcrumbs: Helps users navigate back to previous pages or sections and provides support for screen reader users by indicating the current location in the website.
- Card: A component commonly used in groups, it includes accessibility features such as support for screen readers and touch devices, specifically designed for users with low accuracy.
Installation:
To get started, run the following command in your project folder:
npm install accessible-astro-components
Summary:
The Accessible Astro Components is a collection of front-end UI components designed to be easy to use and accessible. It includes features such as accordions, breadcrumbs, and cards, each with their own set of accessibility considerations. Installation is simple, requiring only a single command. These components are used in the Accessible Astro Starter and Dashboard themes, providing exemplary use cases. Overall, the Accessible Astro Components aim to provide a seamless and accessible user experience for Astro applications.