accessible-astro-components
accessible-astro-components copied to clipboard
A set of Accessible, easy to use, Front-end UI Components for Astro.
Hi there! I noticed that the [accessible-astro-starter](https://github.com/markteekman/accessible-astro-starter) template uses this library of yours to render skip links. I also noticed there's two of them: - Skip to navigation - Skip...
... so users preferring a different translation or something like "1/10" can do that.
Thanks for the useful resource! I noticed that `astro check` throws the following error: ``` src/components/Modal.astro:216:10 - error ts(2339): Property 'closeModal' does not exist on type 'Window & typeof globalThis'....
I believe it is easier to understand the library through a documentation, also extends the possibility of providing more information.
Tablists are great to compartmentalize pieces of content in smaller form factor. ### Notes - TypeScript support - Vanilla example: https://codepen.io/markteekman/pen/qBLzPov
Although sliders are discouraged when building accessible applications, there can be use cases for them. Since there already exist other sliders like [Swiper.js](https://swiperjs.com/swiper-api#accessibility-a11y) (note: I haven't tested whether their accessibility...
The DuoCard differs from the normal Card in that it can have two actions: one clicks to a detail page of the card, the other one can be for example...
Example: https://codepen.io/markteekman/pen/jOXjLeW Note: can replace almost all custom JavaScript.