streamlit / streamlit

Streamlit — A faster way to build and share data apps.
https://streamlit.io
Apache License 2.0
33.57k stars 2.93k forks source link

Tailwindcss Support #9034

Open seekerquest opened 3 weeks ago

seekerquest commented 3 weeks ago

Checklist

Summary

Native support for tailwindcss class utilities.

Why?

CSS styling can be cumbersome and messy inside the app even with separate style files.

How?

Native tailwindcss support for the Streamlit components, something like:

st.container(classes="p-4 m-3 flex flex-wrap ....")
st.columns(classes="p-4 m-3 flex flex-wrap ....")

Additional Context

N/A

github-actions[bot] commented 3 weeks ago

To help Streamlit prioritize this feature, react with a 👍 (thumbs up emoji) to the initial post.

Your vote helps us identify which enhancements matter most to our users.

Visits