Accessible LiveView component libraries?

not anywhere close to a full library, but LV 0.18 will contain a couple accessible features, such as <.focus_wrap> which allows you to focus wrap any container, and JS commands for focus state, such as JS.push_focus|pop_focus|focus_first. I’ll talk more about these at ElixirConf, but I hope to ship a few more building blocks like this for UI libs. Our code generators will also make use of these for more accessible features out of the box.

20 Likes