accessible-astro-components icon indicating copy to clipboard operation
accessible-astro-components copied to clipboard

A set of Accessible, easy to use, Front-end UI Components for Astro.

Results 9 accessible-astro-components issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

... 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'....

bug

I believe it is easier to understand the library through a documentation, also extends the possibility of providing more information.

documentation
enhancement

Tablists are great to compartmentalize pieces of content in smaller form factor. ### Notes - TypeScript support - Vanilla example: https://codepen.io/markteekman/pen/qBLzPov

enhancement

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...

enhancement

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...

enhancement

Example: https://codepen.io/markteekman/pen/jOXjLeW Note: can replace almost all custom JavaScript.

enhancement