Skip to main content

html

Macro html 

Source
html!() { /* proc-macro */ }
Expand description

Render a JSX-like template to an HTML string. Automatically extracts Tailwind class names and injects generated CSS as a <style> tag inside <head> (or prepended if no <head> is found).