Module
Halogen.Svg.Elements
- Package
- purescript-halogen-svg-elems
- Repository
- JordanMartinez/purescript-halogen-svg-elems
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
#ellipse Source
ellipse :: forall p i. Leaf SVGellipse p i
#pattern Source
pattern :: forall p i. Node SVGpattern p i
#polyline Source
polyline :: forall p i. Leaf SVGpolyline p i
#polygon Source
polygon :: forall p i. Leaf SVGpolygon p i
#foreignObject Source
foreignObject :: forall p i. Node SVGforeignObject p i
#animate Source
animate :: forall p i. Leaf SVGanimate p i
#animateMotion Source
animateMotion :: forall p i. Node SVGanimateMotion p i
#circleNode Source
circleNode :: forall p i. Node SVGcircle p i
- Modules
- Halogen.
Svg. Attributes - Halogen.
Svg. Attributes. Align - Halogen.
Svg. Attributes. Baseline - Halogen.
Svg. Attributes. CSSLength - Halogen.
Svg. Attributes. Color - Halogen.
Svg. Attributes. Duration - Halogen.
Svg. Attributes. FillState - Halogen.
Svg. Attributes. FontSize - Halogen.
Svg. Attributes. FontStretch - Halogen.
Svg. Attributes. FontStyle - Halogen.
Svg. Attributes. FontWeight - Halogen.
Svg. Attributes. MarkerUnit - Halogen.
Svg. Attributes. MaskUnit - Halogen.
Svg. Attributes. MeetOrSlice - Halogen.
Svg. Attributes. Orient - Halogen.
Svg. Attributes. Path - Halogen.
Svg. Attributes. StrokeLineCap - Halogen.
Svg. Attributes. StrokeLineJoin - Halogen.
Svg. Attributes. TextAnchor - Halogen.
Svg. Attributes. Transform - Halogen.
Svg. Elements - Halogen.
Svg. Indexed