New Release: https://github.com/avanelsas/baredom 80+ lightweight web components built in Clojurescript on web standards (Custom Elements, Shadow DOM, ES modules). No framework, just the DOM. New components in this release • x-tooltip — hover/focus tooltip with 4 placements, delay, rich content slot, WAI-ARIA pattern • x-combobox — single-select combobox with type-ahead filtering, keyboard nav, WAI-ARIA pattern • x-skeleton-group — synchronized animation + layout presets for skeleton loading placeholders Changed • x-skeleton — non-breaking CSS addition for animation sync support Live demos of these web components and all others at the repo's https://avanelsas.github.io/baredom/ Feedback Welcome! There is a #baredom channel where you can ask questions.
On iOS Safari, I can click on the pills, but I can't scroll. The page is “stuck.” I had the same experience a couple of releases ago too. FYI.
Thanks, I will take a look to see what is going on!
The issue is a css issue in the demo page itself. I will push a fix shortly to allow natural document scrolling instead of scrolling only the bottom part of the web page. When I have pushed, would you mind trying again? I'll let you know
If you refresh the page it should work better now. i've just tested on Android and there the scrolling works
let me know
Yup! Works now!
Awesome. Thanks for reporting!