Module

Data.DotLang.Attr.Edge

Package
purescript-dotlang
Repository
csicar/purescript-dotlang

#htmlLabel Source

htmlLabel :: String -> Attr
htmlLabel "<table><tr><td>Label</td></tr></table>" -- :: Attr

htmlLabel as a part of an attribute of an edge.

#label Source

label :: String -> Attr
label "..." -- :: Attr

label as a part of an attribute of an edge.