Skip to content

animebing/streamlit-keyup-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-keyup-react

PyPI version PyPI downloads GitHub

React reimplementation of st_keyup, the code is modified from component-template

Installation

pip install streamlit-keyup-react

Usage

import streamlit as st
from st_keyup_react import st_keyup_react

value = st_keyup_react('input', debounce=300)
st.write(value)

About

Streamlit text input that returns value on keyup based on React

Resources

License

Stars

Watchers

Forks

Packages

No packages published