New Component: streamlit-iframe-event converts window messages in iframes into component return values

Hi everyone, as a part of a series on sharing components, I will share a solution for converts window messages in iframes into component return values.

Install

pip install streamlit-iframe-event

Usage

import streamlit as st
event = st_iframe_event("https://example.com", key="test", default_width="400px")
st.write(event)
5 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.