dkapur17 / streamlit-flow

Streamlit Component to quickly create Interactive Flow Diagrams using React Flow
https://stflow.streamlit.app
52 stars 6 forks source link

Node Color and Shape Configuration #9

Open nityansuman opened 1 week ago

nityansuman commented 1 week ago

Hey @dkapur17 is it possible to make node of different colors? Either for all or make input, default and output nodes has a certain color or chape?

dkapur17 commented 1 week ago

Hey @nityansuman. You can change the colors of the nodes by setting the style attribute. You can find an example at https://stflow.streamlit.app/Custom_Styles. There is no way to globally set colors - you need to individually set the style attribute on each node that you want to affect.