Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stla/shinySelect
A wrapper of the 'react-select' library.
https://github.com/stla/shinySelect
r react reactr shiny
Last synced: 3 months ago
JSON representation
A wrapper of the 'react-select' library.
- Host: GitHub
- URL: https://github.com/stla/shinySelect
- Owner: stla
- License: gpl-3.0
- Created: 2021-11-12T07:04:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T08:03:06.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T17:09:56.910Z (4 months ago)
- Topics: r, react, reactr, shiny
- Language: R
- Homepage:
- Size: 2.56 MB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - shinySelect - A wrapper of the react-select library that supports grouped, sortable items with Font Awesome icons, KaTeX formulas, and Bootstrap tooltips. (UI Components / Special Input)
- jimsghstars - stla/shinySelect - A wrapper of the 'react-select' library. (R)
README
# shinySelect
[![R-CMD-check](https://github.com/stla/shinySelect/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stla/shinySelect/actions/workflows/R-CMD-check.yaml)
A wrapper of the ***react-select*** library, for usage in Shiny.
___
Items are sortable, and you can use **fontawesome** icons:
![](https://raw.githubusercontent.com/stla/shinySelect/main/inst/screenshots/sortable.gif)
You can use **KaTeX** in the options:
![](https://raw.githubusercontent.com/stla/shinySelect/main/inst/screenshots/katex.gif)
Here is an example with Bootstrap tooltips:
![](https://raw.githubusercontent.com/stla/shinySelect/main/inst/screenshots/tooltips.gif)