elm-mdl/Material/Card.elm
2016-03-08 17:30:09 +01:00

14 lines
123 B
Elm

module Card
{-}
(
)-} where
type Shadow
= None
| Foo
{-}
card shadow attr elem =
div
(class "")
-}