Luke Warlow

Results 584 comments of Luke Warlow
trafficstars

I vote "don't implement". ToggleOpen isn't a perfect representation of what it does (given focusing) so I would vote against that.

Closing as duplicate of https://github.com/openui/open-ui/issues/802

Just a note for something that came up in todays meeting, I think we should be making `field-sizing: content` the new default for `appearance: base-foo;` styles. The legacy fixed styles...

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role The above page provides an interesting example of a pattern, multi-selectable tablist. That idea is an interesting one to me for the purposes of distinction. Application tabs (based on...

I've got a few ideas floating around so at some point soon I'll chuck it down into a document or comment here. The code editor side by side is a...

Existing OpenUI design systems: Ant - https://ant.design/components/carousel Bootstrap - https://getbootstrap.com/docs/5.3/components/carousel/ Lightning - https://www.lightningdesignsystem.com/components/carousel Material Design - https://m3.material.io/components/carousel/overview Material UI - https://mui.com/material-ui/react-stepper/#text-with-carousel-effect and https://mui.com/joy-ui/react-aspect-ratio/#mobile-carousel Fluent UI (formerly Stardust UI) - https://fluentsite.z22.web.core.windows.net/0.66.2/components/carousel/definition...

Just came across this as I was thinking on indeterminate checkboxes. If there was a way to group checkboxes such that you could achieve that with pure html that would...

A similar `` element to wrap radio inputs and provide the name and required attributes for the whole group along with aria role of radiogroup would be good too? It...

Based on https://drafts.csswg.org/css-scrollbars/#out-of-scope I'm unsure there's much value in looking into scrollbar customisation as part of Open UI efforts. scrollbar-color and scrollbar-width *should* provide enough for most design systems to...