Simon André

Results 779 comments of Simon André

We should add a bit of magic there if we want people to follow best practices :) What about this : ```twig {# A- Without label #} {# B- With...

This is maybe something we could suggest in a more DX-friendly-way, via the WDT / profiler. It could be pretty easy to parse the DOM and find icons that are...

I started some things, but i'll need your feedback / vision @kbond I want to (when all done) have several "attributesRenderer" and "innerSvgRender" (or even one Interface with those two...

It is planned after #1596 , i'll work on it next week i think

We'll update the documentation when we finish the attributes configuration. And then you'll chose which ones you keep, which one you add, etc.

Some others think it's not "supposed to work": https://cva.style/docs/examples/other-use-cases For now the option taken has been: "we only deal with strings". Poke @WebMamba who is the expert there :)

(side note: you may want to use `{{ attributes.without('class') }}` or you risk to render the class attribute twice) For now the choice has been made not to transform use...

In "Stitches" (one of the CVA inspirations), there is indeed a real significance to the Boolean true values: ```js const Button = styled('button', { // base styles variants: { outlined:...

As i see it, the safest method for now / the future would be to allow `array|array` So you could either do as before, or pass an array with only...

Solution 2 clearly for me. Or users will expose a lot of data not knowing this is "public"