Use existing components in custom component

I’m trying to make a new react component that requires an input and a select. Is there any way to import the existing Selectbox component to use it without having to recreate it from scratch?

Hi @Nekidev,

Thanks for posting!

Unfortunately, this isn’t possible, since st.selectbox is a widget.

Caroline :balloon: