haskell-halogen-core
Safe HaskellNone
LanguageGHC2021

Halogen.Svg.Elements

Description

Similar to `Halogen.HTML as HH` but contains SVG elements. | We recommend importing this module via the SE module alias: | ``` | import Halogen.Svg.Elements as SE | ```

Synopsis

Documentation

element :: forall (r :: Row Type) w i. ElemName -> [IProp r i] -> [HTML w i] -> HTML w i Source #

This element rather than element must be used | because all SVG elements created via JavaScript must have the svg namespace: | `"http://www.w3.org/2000/svg"`

g :: Node SVGg p i Source #