An open API service indexing awesome lists of open source software.

https://github.com/maxheld83/shinyhwt

Highlighting for Text Inputs in Shiny and htmlwidgets
https://github.com/maxheld83/shinyhwt

inputform rstats shiny

Last synced: about 1 year ago
JSON representation

Highlighting for Text Inputs in Shiny and htmlwidgets

Awesome Lists containing this project

README

          

# shinyhwt

[![.github/workflows/main.yaml](https://github.com/maxheld83/shinyhwt/actions/workflows/main.yaml/badge.svg)](https://github.com/maxheld83/shinyhwt/actions/workflows/main.yaml)
[![Codecov test coverage](https://codecov.io/gh/maxheld83/shinyhwt/branch/master/graph/badge.svg)](https://codecov.io/gh/maxheld83/shinyhwt?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/biblids)](https://CRAN.R-project.org/package=biblids)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

Enables highlighting of text inside text inputs to improve the user experience.
Highlights texts based on strings, regular expressions or R objects.
Wraps the [highlighting-within-textinputs](https://github.com/lonekorean/highlight-within-textarea) JavaScript library for shiny.