Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 373 Bytes

st-iframe-postmessage

This component sends postMessage to the window where Streamlit application is embedded in iframe

Installation instructions

pip install st-iframe-postmessage

Usage instructions

import streamlit as st

from st_iframe_postmessage import st_iframe_postmessage

st_iframe_postmessage(message={"message": "Hello World"})