Tailwind Cheatsheet
Libraries
- https://github.com/serafimcloud/21st can paste UI code to cursor
- https://21st.dev/pro paided UI
- https://tailwindui.com/ bought it, but only used landing page
Box
Padding
pis padding on all directionspxis horizontal padding on both side, e.g.px-6ispadding-left: 1.5rem; padding-right: 1.5rem;pyis vertical padding on top and bottom, e.g.py-4ispadding-top: 1rem; padding-bottom: 1rem;