streamlit-elements
streamlit-elements copied to clipboard
Create a draggable and resizable dashboard in Streamlit, featuring Material UI widgets, Monaco editor (Visual Studio Code), Nivo charts, and more!
Hi, I just started with this library today and it's amazing! This is the code that I'm using in a custom card to start strategies in Hummingbot: ``` with mui.Select(label="Scripts",...
Hi okld and hi everyone, I hope this project still lives because it's very helpful to render nice Streamlit apps. I'm working with Autocomplete component from MUI but I'm struggling...
Please guide me to a more correct place to ask this question, if here is not the right one. I have a page designed with streamlit-elements, and I want to...
Hi, I'm trying to install as a git submodule using the following commands: ```git submodule add https://github.com/okld/streamlit-elements.git``` ```cd streamlit-elements``` ```pip install .``` unfortunately i get the following error: ``` Installing...
I managed to use mui.DataGrid to show a table. Assuming I have the columns dictionary, what do I need to add so that a specific column will be a link?...
Hi, thanks for the awesome package! I just wondered if it would work to redirect the paths for the Date and Time pickers as they don't exist in lab now?...
It would be great to have the possibility to use DataGridPro (after buying a license of course)
I trying to implement star rating in streamlit app, but mui.Rating is throwing errors, I'm not able to define handle_change function and hence I'm getting errors, is it possible to...
I cannot resize the height of the grid (only) from the dashboard.
I added a download button on Pie chart I'm interested in how to write a function that downloads CSV files when this button is clicked