from Hacker News

Show HN: Use tailwindCSS/shadcn UI to build beautiful app in Python streamlit

by basic_banana on 11/28/23, 3:06 PM with 2 comments

streamlit-shadcn-ui is a python lib that allows you to use shadcn components in streamlit.

Benefits: 1. It extends the components options for building streamlit app

2. A morden and clean designed components for streamlit developer

3. streamlit-shadcn-ui provide a component "element", which allows you to write react-like component in python. You can nest and combine all the components with existing code.

Related resources:

+ Github: https://github.com/ObservedObserver/streamlit-shadcn-ui

+ Demo: https://shadcn.streamlit.app/

+ Streamlit: https://streamlit.io/

+ Shadcn: https://ui.shadcn.com/

  • by loa_observer on 11/28/23, 4:00 PM

    Element seems to only work with other components built with element now, why not turn other components element-based.