nicedouble / StreamlitAntdComponents

A Streamlit component to display Antd-Design
https://nicedouble-streamlitantdcomponentsdemo-app-middmy.streamlit.app/
MIT License
440 stars 29 forks source link

V 0.3.0 buttons examples shown on ReadMe, compact error #37

Closed nafets33 closed 10 months ago

nafets33 commented 10 months ago

got an error when trying out the updated buttons

TypeError: buttons() got an unexpected keyword argument 'compact'

nicedouble commented 10 months ago

Hi, The issue has fixed in new version 0.3.1,btw, the compact param has removed,use gap=0 instead.