bloomMediaAttribute top-level constant
String
const bloomMediaAttribute
DOM attribute name specifying the CSS media query string for HydrationStrategy.media.
The island hydrates only when window.matchMedia(query).matches evaluates to true.
Div(
attrs: {
bloomIslandAttribute: 'desktop-navigation',
bloomStrategyAttribute: 'media',
bloomMediaAttribute: '(min-width: 1024px)',
},
)
Implementation
const String bloomMediaAttribute = 'data-bloom-media';