py-shinyswatch icon indicating copy to clipboard operation
py-shinyswatch copied to clipboard

Remove or adjust ionRangeSlider CSS dependency

Open gadenbuie opened this issue 1 year ago • 0 comments

From https://github.com/posit-dev/py-shinyswatch/tree/e6f097b792bbba61fc4c03b0bbc78e4ae422f0c1/shinyswatch/bsw5/cerulean , shinyswatch is only aware of the ionRangeSlider and is missing selectize and datepicker. (The bootstrap.min.css is equivalent to the shiny.min.css.)

May I request a PR to add those two files (to here)? Thank you!

Originally posted by @schloerke in https://github.com/posit-dev/py-shiny/issues/1191#issuecomment-1979586749

Ideally, after the changes in https://github.com/posit-dev/py-shiny/issues/1191, theme extension packages like shinyswatch should not need to compile component dependencies. Our goal is that these would be written to target Bootstrap 5 and make use of CSS variables such that changing out the core Bootstrap CSS is sufficient.

gadenbuie avatar Mar 05 '24 21:03 gadenbuie