StreamlitAntdComponentsDemo icon indicating copy to clipboard operation
StreamlitAntdComponentsDemo copied to clipboard

Streamlit-antd-components demo app

Results 7 StreamlitAntdComponentsDemo issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/nicedouble/StreamlitAntdComponentsDemo/issues/5

Hi, i think most of the pages can be created with a generic method which check methods in sac, and their respective type hints. I'll do a PR, for you...

Hello, the theme color of the components is experiencing issues after updating to Streamlit version 1.29. ![component_fail_theme_version_129_st](https://github.com/nicedouble/StreamlitAntdComponentsDemo/assets/65322269/615965ae-c225-47f7-b31d-6f8a953dc72b)

It was not working on press button I was set 'on_change' for callback also set key options. but not worked any event. please check callback on button. thanks a lot.

``` import streamlit_antd_components as sac sac.cascader(items=[ sac.CasItem('home', icon='house'), sac.CasItem('app', icon='app', children=[ sac.CasItem('store', icon='bag-check'), sac.CasItem('brand', icon='award', children=[ sac.CasItem('github', icon='github'), sac.CasItem('google', icon='google'), sac.CasItem('apple', icon='apple', children=[ sac.CasItem('admin', icon='person-circle'), sac.CasItem('guest', icon='person'), sac.CasItem('twitter' * 5,...

Hi @nicedouble I noticed that you're running a fairly old version of Streamlit (v1.29 from Dec 2023) in this demo which flashes an error screen temporarily Bumping to a new...