elm-mdl/Material/Card.elm

15 lines
123 B
Elm
Raw Normal View History

2016-03-08 16:30:09 +00:00
module Card
{-}
(
)-} where
type Shadow
= None
| Foo
{-}
card shadow attr elem =
div
(class "")
-}