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