mmz-001 / st-copy-to-clipboard

Streamlit component that allows you to copy text to clipboard

Home Page:https://pypi.org/project/st-copy-to-clipboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st-copy-to-clipboard

Streamlit component that allows you to copy text to clipboard.

Installation instructions

pip install st-copy-to-clipboard

Usage instructions

Note: The clipboard API is only available in secure contexts (HTTPS)

import streamlit as st

from st_copy_to_clipboard import st_copy_to_clipboard

# Render copy to clipboard button
st_copy_to_clipboard("Copy this to clipboard")

About

Streamlit component that allows you to copy text to clipboard

https://pypi.org/project/st-copy-to-clipboard

License:MIT License


Languages

Language:JavaScript 44.8%Language:Python 36.2%Language:CSS 10.0%Language:HTML 9.0%