Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JohnCoene/tippy

💬 Tippy.js for Shiny
https://github.com/JohnCoene/tippy

htmlwidget htmlwidgets r rstats

Last synced: 3 months ago
JSON representation

💬 Tippy.js for Shiny

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/JohnCoene/tippy.svg?branch=master)](https://travis-ci.org/JohnCoene/tippy) [![CRAN status](https://www.r-pkg.org/badges/version/tippy)](https://cran.r-project.org/package=tippy) [![](https://cranlogs.r-pkg.org/badges/tippy)](https://cran.r-project.org/package=tippy)

# tippy

![tippy](/man/figures/logo.png)

[Tippy.js](https://github.com/atomiks/tippyjs) R htmlwidget: tooltips for R markdown and Shiny.

:warning: The API is in flux, the `dev` version is likely to
change a lot and break things.

## Install

```r
# stable
install.packages("tippy")

# dev
# install.packages("remotes")
remotes::install_github("JohnCoene/tippy")
```

### [Documentation](http://tippy.john-coene.com/)