Szikszai Gusztáv
Szikszai Gusztáv
Hey, thanks for creating this issue! Components have some some accessibility, most implement keyboard interactions, but you are right ARIA roles are missing and would be a good addition.
This commit https://github.com/gdotdesign/elm-ui/commit/f983acf0e5f1c22b620b22458985a5142b07ae63 should fix the original issue, I'm not sure if would fix `elm-mode` errors.
Thanks for bringing this issue up! 👍 Can you give me some examples of what you have in mind?
Great :) I don't think it's necessary to use elm made animations, only if it can't be done with CSS animations, which Elm-UI uses in places (Ui.Pager or Ui.Notifications) already....
Sounds great :+1: if you need any help just ping me :smiley:
Good idea, here it is: https://gitter.im/elm_ui
Hey, yes you are right abpit using the rgba value (I keep making this mistake from time to time). Care to make a pr? :wink:
Unfortunately there is no proper way of changing the theme. I'm experimenting with some methods, I'll let you know when I have something to share.
This is one of the paths I'm experimenting with in this branch: https://github.com/gdotdesign/elm-ui/compare/theming-experiments It works as expected, the problem is that CSS variables according to can i use are not...
You have to wire in the subscriptions of the color picker with `Ui.ColorPicker.subscriptions`