releases

vanelsas 2026-04-22T14:31:04.651979Z

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.

4
🎉 1
tvaughan 2026-04-23T14:36:48.366929Z

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.

vanelsas 2026-04-23T14:41:20.332509Z

Thanks, I will take a look to see what is going on!

vanelsas 2026-04-23T14:51:20.456539Z

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

vanelsas 2026-04-23T15:16:11.135559Z

If you refresh the page it should work better now. i've just tested on Android and there the scrolling works

vanelsas 2026-04-23T15:16:16.328849Z

let me know

tvaughan 2026-04-23T16:59:34.598699Z

Yup! Works now!

vanelsas 2026-04-23T17:15:41.176079Z

Awesome. Thanks for reporting!

👍 1