Skip to content

mysiar-org/st-iframe-postmessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"})