Long Lazuli

Results 15 comments of Long Lazuli

Maybe we should have 2 words for this, a `@mixin` which doesn't allow actual CSS could be call something else, and those would be allowed inside functions ?

Hi folks, In POS Pro, we did exactly a component like this, I'd like to check with you if it can be integrated into Circuit. As this checklist seem to...

> The list with all country options could be provided by Circuit, but we should be able to localize it to translate country names according to context. We need to...

Are you planning to keep moment.js in this library ?

As I see you're mentionning the native `input[type="date"]`, we can imagine a progressive enhancement: ```js const DatePicker = () => { const [hasJS, setJS] = useState(false) useEffect(() => setJS(true)) if(!hasJS)...

What would be great is to allow this component to be an abstraction of two uncontrolled inputs. So we could use `react-hook-form` without having to wrap in a `Controller`.

I just wanted to add to this discussion that the CSS rule `@support` was supported by browsers almost always before the `:focus-visible` ! So we might do something like this...

Hi, While waiting for a proper solution, I wanted to mention that this simple CSS resolve a lot of my issues with these unwanted `div`. ```css [data-nextjs-scroll-focus-boundary] { display: contents;...

I would love to see many html tags, not only `details` or `summary`. As an exemple, I'd like to know if I can put `input[type=radio]` in an email.

> Plash v1.1.0 adds the ability to at least choose what display to show the website wallpaper on. I think an option to set "all monitors" would be a good...