VueDsfr components for Streamlit
Project description
streamlit-dsfr
VueDsfr components for Streamlit
Installation instructions
pip install streamlit-dsfr
Usage instructions
import streamlit as st
import streamlit_dsfr as stdsfr
# Instead of st.button():
value = stdsfr.button()
# Returns True or False
st.write(value)
Available static components:
stdsfr.alert
stdsfr.badge
stdsfr.image
Available interactive components:
stdsfr.button
stdsfr.link_button
stdsfr.copy_button
stdsfr.checkbox
stdsfr.radio
stdsfr.text_input
stdsfr.number_input
stdsfr.text_area
stdsfr.slider
stdsfr.file_uploader
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
streamlit-dsfr-0.0.8.tar.gz
(1.4 MB
view hashes)
Built Distribution
Close
Hashes for streamlit_dsfr-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 449dbddd650d3aeb07bf64e72f0e00e15a34fa0032caa34eebd4d2ee417512aa |
|
MD5 | e0e70ead77313029b7401823701d3481 |
|
BLAKE2b-256 | 97416e0a8a725a913b803c819e5c77de0f68ff81d530b0479c23877c22d1889a |