Hi,
Sorry for getting back to you this late, but I have release a new version (0.3.4) and you should now have access to those transition arguments!
Let me know if there are still issues!
Hi,
Sorry for getting back to you this late, but I have release a new version (0.3.4) and you should now have access to those transition arguments!
Let me know if there are still issues!
Hello! Is there a way to use the float box container to display a streamlit widget. Like the camera widget for example?
For streamlit components/widgets, I would not recommend the float-box
function because thats really for markdown content. Instead, I would recommend putting the widget in an st.container
and floating the container.
from streamlit_float import *
my_container = st.container()
with my_container:
# add your widget here
float_parent()
Note that you can add your own css inside float_parent
to position the container and place it where you want on the page. There is a css helper function called float_css_helper
as well.
Thanks for the quick answer! I’ll give it a try
take a look at the github for some usage examples like for the css helper function
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.