35 lines
662 B
Plaintext
35 lines
662 B
Plaintext
---
|
|
output: github_document
|
|
---
|
|
|
|
<!-- README.md is generated from README.Rmd. Please edit that file -->
|
|
|
|
```{r, include = FALSE}
|
|
knitr::opts_chunk$set(
|
|
collapse = TRUE,
|
|
comment = "#>",
|
|
fig.path = "man/figures/README-",
|
|
out.width = "100%"
|
|
)
|
|
```
|
|
|
|
# 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")
|
|
``` |