Skip to content

pragmatic-streamlit/streamlit-phone-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-phone-number

Screenshot

Installation

pip install streamlit-phone-number

Usage

import streamlit as st

event = st_phone_number("Phone", placeholder="ss", default_country="CN")
st.text_input('Password here', type='password')

st.write(event)