nicedouble / StreamlitAntdComponents

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

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

Closed nafets33 closed 8 months ago

nafets33 commented 8 months ago

got an error when trying out the updated buttons

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

nicedouble commented 8 months ago

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