Breakpoints
With the power of our custom breakpoints you will be able to easily create responsive websites and components with minimal effort.
Breakpoint prefix | Minimum width |
---|---|
sm | 600px |
md | 768px |
lg | 960px |
xl | 1280px |
2xl | 1440px |
3xl | 1920px |
4xl | 2560px |
Example
<div className="sm:w-8 md:w-16 lg:w-32 2xl:w-48 3xl:w-56 4xl:w-64">Content</div>