Initial commit

This commit is contained in:
2026-01-26 11:55:03 +00:00
commit 7ca1a44d91
7 changed files with 677 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
# AVSDevR.A11yShinyInputs
<!-- badges: start -->
<!-- badges: end -->
The goal of AVSDevR.A11yShinyInputs is to provide accessible
alternatives to shiny inputs.
Currently supports:
- radioButtons
- checkboxGroupInput
- fileInput
## Installation
You can install the development version of AVSDevR.A11yShinyInputs like
so:
``` r
remotes::install_git("https://git.avsdev.uk/R/AVSDevR.A11yShinyInputs")
```