streamlit-elements icon indicating copy to clipboard operation
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!

Results 34 streamlit-elements issues
Sort by recently updated
recently updated
newest added

``` 2024-05-02 12:05:32.674 Uncaught app exception Traceback (most recent call last): File "/home/vscode/.local/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script exec(code, module.__dict__) File "/workspaces/streamlit-gallery/streamlit_app.py", line 3, in from streamlit_gallery import apps, components File...

Hi, following on this [topic](https://discuss.streamlit.io/t/streamlit-elements-build-draggable-and-resizable-dashboards-with-material-ui-nivo-charts-and-more/24616/96). Is this repo still maintained? thanks

When I hit the buttom "open in streamlit", I got this ![image](https://github.com/okld/streamlit-elements/assets/100743317/77fd383b-2333-490d-a162-2fd2e0daa007) ![image](https://github.com/okld/streamlit-elements/assets/100743317/fbc60318-19f4-426f-aaf1-6baa94043d22)

I'm using streamlit-gallery (https://github.com/okld/streamlit-gallery) based on streamlit-elements and I successfully recreated the nivo radar and pie chart plots as shown in the draggable UI demo (which is fantastic) and I...

This is an awesome library, and has a good potential to change the way streamlit apps are created. It would've been fabulous if there's more documentation on it. For instance,...

I have one or more mui elements with an onmouseover, or onclick event handler. When they are being activated closely together time-wise, ie: the mouse swipe over several onmouseover objects,...

When streamlit app is in dark mode, the tooltip of the **nivo Pie chart** displays white text on white tooltip background instead of black (or any discernible color) on white...

Is it possible to use Plotly Charts in the Dashboard feature?

Hey Everyone, I tried running the following code (taken from the streamlit-gallery repo), but I cannot see any table (only the arrows for switching pages are shown). wondering what am...

This component could use all the componet from MUI, is there any document about how to use them in streamlit?