posit-dev / py-shinywidgets

Render ipywidgets inside a PyShiny app
MIT License
41 stars 2 forks source link

Make a shim folder with one .py file for each widget package #116

Open jcheng5 opened 7 months ago

jcheng5 commented 7 months ago

The idea is to have shims/plotly.py, shims/ipyleaflet.py, etc. where each file can contain customizations to as_widget logic, layout defaults, CSS tweaks, etc. Each new widget that we add customizations for should be a PR with a single file change.