Backdrop Blur
Applies background blur filters to an element.
Class | Properties |
---|---|
bf-b-none | backdrop-filter: blur(0px); |
bf-b-xs | backdrop-filter: blur(4px); |
bf-b-sm | backdrop-filter: blur(8px); |
bf-b-md | backdrop-filter: blur(16px); |
bf-b-lg | backdrop-filter: blur(32px); |
bf-b-xl | backdrop-filter: blur(64px); |
Using breakpoints
Using responsive breakpoints like sm:bf-b-*
, md:bf-b-*
, lg:bf-b-*
, and xxl:bf-b-*
allows targeting specific utilities in different viewports.
Using variants
Using :hover
variants such as h:bf-b-*
allows you to override elements and change their values when hovering over them.