Skip to content

paramander/elm-hexagon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elm-hexagon

Create svg hexagons with rounded corners in Elm.

Example:

main : Svg msg
main =
    svg [ viewBox "0 0 500 500", height "500", width "500" ]
        [ svgHexagon [fill "#000000"] <| hex (p 250 250) 15 125
        ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages