handleStyle: Styles for the pullout panel handle

Description Usage Arguments

View source: R/pulloutPanel.R

Description

Use this in the handleStyle argument of pulloutPanel

Usage

1
2
3
4
5
6
7
handleStyle(
  height = "100%",
  width = "25px",
  backgroundColor = "#ddd",
  top = 0,
  ...
)

Arguments

height, width

the handle height and width, in valid CSS units

backgroundColor

the color of the handle

top

the distance from the top of the pullout panel to position the handle

...

further arguments to pass to the style of the handle - these are coerced to CSS styles by converting capitals to "-" e.g. borderRadius –> border-radius


cwthom/shinypullout documentation built on Sept. 27, 2020, 12:03 a.m.