Skip to content

Fresheyeball/elm-font-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Font Awesome

If you are using FontAwesome CSS, then this library will make your life slightly nicer. Easily integrate FontAwesome icons into your Elm project without fear of typos.

import Html
import FontAwesome.Web as Icon

Html.div []
    [ Html.i [Attr.class "fa fa-check-circle"] [] ]
-- becomes
Html.div []
    [ Icon.check_circle ]

About

font awesome css helpers and icons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages