Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dropMenuOptions

Drop menu options


Description

Those options will passed to the underlying JavaScript library powering dropMenu : tippy.js. See all available options here https://atomiks.github.io/tippyjs/all-props/.

Usage

dropMenuOptions(duration = c(275, 250), animation = "fade", flip = FALSE, ...)

Arguments

duration

Duration of the CSS transition animation in ms.

animation

The type of transition animation.

flip

Determines if the tippy flips so that it is placed within the viewport as best it can be if there is not enough space.

...

Additional arguments.

Value

a list of options to be used in dropMenu.


shinyWidgets

Custom Inputs Widgets for Shiny

v0.6.0
GPL-3
Authors
Victor Perrier [aut, cre, cph], Fanny Meyer [aut], David Granjon [aut], Ian Fellows [ctb] (Methods for mutating vertical tabs & updateMultiInput), Wil Davis [ctb] (numericRangeInput function), Spencer Matthews [ctb] (autoNumeric methods), JavaScript and CSS libraries authors [ctb, cph] (All authors are listed in LICENSE.md)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.