Insert streamlit button to custom streamlit component

Hi peeps,

is there an easy way i can add a streamlit button (with design and stuff) to my custom component?

Sure. With custom components, you can have arbitrary HTML/JS code running from your template. What are you looking for the button to do?

Ultimately, I would like to add not only a st.button in my component but also, for example,
an st.image as well as an arbitrary number of them.
By this I mean in the front-end and without losing functionality.
For this I would have to import the streamlit button component somehow.
Unfortunately I have no clue how to do that.
Do you have any idea how to do this @randyzwitch ?

@chris_klose this is a great resource to leverage for streamlit example code snippets: https://fullstackstation.com/streamlit-components-demo