Hacker News new | ask | show | jobs
by loa_observer 937 days ago
Element seems to only work with other components built with element now, why not turn other components element-based.
1 comments

It is still in proposal stage. Parts of them can be turned into element-based easily like card, badges. But others with returned value like buttons, checkbox will change the way of usage from streamlit offical components (like the return value of button is check status, but in element-based, it is an element).