mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for multiple/composed "shadow" per element

wolfadex opened this issue · comments

There are 2 related issues in elm-ui, just wanted to make sure they don't get lost when working on items in this repo.

mdgriffith/elm-ui#98
mdgriffith/elm-ui#51

Also note that shadow is an Attr decorative msg which is compatible with Decoration, so it's not possible to use a work-around with htmlAttribute for multiple shadows if a Decoration is needed (for example for mouseOver and such).