StreamlitAntdComponents
StreamlitAntdComponents copied to clipboard
A Streamlit component to display Antd-Design
Hello, and thanks for your component, I'm using the custom menu, but it seems the new version of streamlit breaks andt components: ``` TypeError: compute_widget_id_ext() got an unexpected keyword argument...
I'm using Streamlit-Authenticator at the same time, sac.menu doesn't show up after logging in, it's the same effect when I refresh the browser, if I click R to refresh the...
The components run locally, but when I run them on the host they don't appear. public repo: https://github.com/brockai/brockai Debug info Streamlit version: 1.32.2 Python version: 3.11.5 Operating System: MAC/Ubuntu Browser:...
Clicking on a menu item with chilren evokes a rerun of the page. Is there an option (maybe I have overseen this so far) to avoid this rerun? This is...
There seems to be an issue when the `prefers-reduced-motion` is enabled* , segmented controls render the active Item incorrectly in all browsers The div that contains the label & input...
Segmented align start does not work when use_container_width = True when the direction is 'vertical'
The segmented contents are centered despite selecting start for alignment when the direction is 'vertical'. This is also the case in the demo. Can this be amended?
I'm using your library well. Looking for a prettier look, I want to change the font family of the menu widget, but I can't see how. If anyone knows how...
https://baseweb.design/components/modal/ 参考实现
原生的button是有on_click点击callback的功能。sac对其进行扩展,支持多个子button,现在有on_change非常的不错。希望能开发一个on_click,毕竟是button,添加点击callback也不冲突。
Hello, I’d like to use this sac menu as an alternative sidebar menu for a multipage script, similar to what’s shown in the demo page https://nicedouble-streamlitantdcomponentsdemo-app-middmy.streamlit.app/ I see this example...