# Blur Utilities for applying Gaussian blur filters to elements. **Category:** Utilities **Storybook:** https://doc.ux4g.gov.in/web/?path=/story/ux4g-utilities-blur--introduction ## Variants documented in Storybook - BlurShowcase: https://doc.ux4g.gov.in/web/?path=/story/ux4g-utilities-blur--blurshowcase ## Framework setup ### HTML / CDN ```html ``` ### React ```bash npm install ux4g-web-components ``` ```jsx import 'ux4g-web-components/styles.css'; import 'ux4g-web-components/design-system'; ``` ### Angular Update `angular.json`: ```json { "styles": [ "node_modules/ux4g-web-components/styles/ux4g.css", "src/styles.css" ], "scripts": [ "node_modules/ux4g-web-components/dist/runtime/design-system.js" ] } ``` ## Code examples The snippets below are extracted from the Storybook canvas for Blur. Each example shows the rendered HTML, the equivalent React JSX, and the Angular template markup. ### 1. Blur Showcase — Blur Intensity Levels HTML: ```html
A reference for applying Gaussian blur filters to elements within the UX4G Design System.
Every class from the utility library, categorized for easy access.
Format: ux4g-blur-{size}
|
None
ux4g-blur-0
|
|
Subtle
ux4g-blur-1
|
|
Soft
ux4g-blur-2
|
|
Medium
ux4g-blur-3
|
|
Strong
ux4g-blur-4
|
A reference for applying Gaussian blur filters to elements within the UX4G Design System.
Every class from the utility library, categorized for easy access.
Format:
ux4g-blur-{size}
|
None
ux4g-blur-0
|
|
Subtle
ux4g-blur-1
|
|
Soft
ux4g-blur-2
|
|
Medium
ux4g-blur-3
|
|
Strong
ux4g-blur-4
|
A reference for applying Gaussian blur filters to elements within the UX4G Design System.
Every class from the utility library, categorized for easy access.
Format: ux4g-blur-{size}
|
None
ux4g-blur-0
|
|
Subtle
ux4g-blur-1
|
|
Soft
ux4g-blur-2
|
|
Medium
ux4g-blur-3
|
|
Strong
ux4g-blur-4
|