Documentation ¶
Index ¶
- func CSSComponentsAndConstantsAreSupported() templ.Component
- func CSSComponentsAreSupported() templ.Component
- func CSSComponentsCanBeUsedWithArguments() templ.Component
- func ClassNamesAreHTMLEscaped() templ.Component
- func KVCanBeUsedToConditionallySetClasses() templ.Component
- func MapsCanBeUsedToConditionallySetClasses() templ.Component
- func PsuedoAttributesAndComplexClassNamesAreSupported() templ.Component
- func Rotate(degrees float64) templ.Component
- func StyleTagsAreSupported() templ.Component
- func TestComponent() templ.Component
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CSSComponentsAndConstantsAreSupported ¶ added in v0.2.476
Both CSS components and constants are supported. Only string names are really required. There is no need to use templ.Class or templ.SafeClass.
func CSSComponentsAreSupported ¶ added in v0.2.476
func CSSComponentsCanBeUsedWithArguments ¶ added in v0.2.590
func ClassNamesAreHTMLEscaped ¶ added in v0.2.476
Class names are HTML escaped.
func KVCanBeUsedToConditionallySetClasses ¶ added in v0.2.476
func MapsCanBeUsedToConditionallySetClasses ¶ added in v0.2.476
Maps can be used to determine if a class should be added or not.
func PsuedoAttributesAndComplexClassNamesAreSupported ¶ added in v0.2.476
Pseudo attributes can be used without any special syntax.
func StyleTagsAreSupported ¶ added in v0.2.476
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.