streamlit-shadcn-ui
streamlit-shadcn-ui copied to clipboard
Add parent portal hook and send close event from overlay
Summary
- create
useParentPortalhook that mounts a container inwindow.parent.document - use that container for dialog portals
- emit
Streamlit.setComponentValue({confirm:false, open:false})when the dialog overlay is clicked
Testing
yarn lint(fails: This package doesn't seem to be present in your lockfile)