Skip to main content

Breakpoints

With the power of our custom breakpoints you will be able to easily create responsive websites and components with minimal effort.

Breakpoint prefixMinimum width
sm600px
md768px
lg960px
xl1280px
2xl1440px
3xl1920px
4xl2560px

Example

<div className="sm:w-8 md:w-16 lg:w-32 2xl:w-48 3xl:w-56 4xl:w-64">Content</div>