Hi!
I noticed that Shiny doesn't include some ready-to-use (built-in) css classes and js functions in boottrap:
- popover, tooltips
- panels
- input states
- columns with md-x lg-x options
- "small" wellPanel (css "well well-sm")
- panels/wells with slideUp/slideDown function
- panel based modal windows
and more. Why is that?
I already have most of these functionalities written - is anyone interested in them? Does it make sense to create a shiny fork and then a PR? Because the alternative is to create another shinyX package with these functions.
Regards!