mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 11:06:18 +00:00
14 lines
123 B
Elm
14 lines
123 B
Elm
module Card
|
|
{-}
|
|
(
|
|
|
|
)-} where
|
|
|
|
type Shadow
|
|
= None
|
|
| Foo
|
|
{-}
|
|
card shadow attr elem =
|
|
div
|
|
(class "")
|
|
-}
|