jumpingrivers / shiny-accessible-slider

Example app that includes a custom slider that should be accessible to almost all users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shiny app with accessible slider

This is an example app that includes a custom slider that should be accessible to almost all users. The slider is constructed from native, semantic, HTML elements — input, output and label — and we believe this should meet the WCAG 2.1 AA standard. However, it hasn't been independently assessed, so please do let us know if you discover any issues.

We used the article Build custom input objects to guide us.

Running the app

To run the app in R or RStudio simply execute:

shiny::runApp("app/")

About

Example app that includes a custom slider that should be accessible to almost all users


Languages

Language:JavaScript 48.3%Language:R 43.4%Language:CSS 8.2%