Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Button is not being rendered #4

@egeres

Description

@egeres

I tried running:

import streamlit as st
from st_copy_to_clipboard import st_copy_to_clipboard

def app():
    st.text("Test")
    st_copy_to_clipboard("Copy this to clipboard")

if __name__ == "__main__":
    app()

Ecce localhost:

image

It seems like it should be rendering on the hierarchy of the DOM:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions