Benoit Rajalu

Results 4 comments of Benoit Rajalu

> use .module.scss syntax to active css module YES

@pgu Some answers to your questions: - `as` is a polymorphic props. It's not specific to the DS or Talend, and it's heavily used in components libraries such as reakit....

By the way, `ButtonPrimaryAsLink` then becomes a `Linkable`, and `LinkAsButton` becomes a `Clickable`. (`ButtonAsLink` is just a facade, the actual components are standalone variants) - `Linkable` and `Clickable` a private...

That is indeed a working workaround, thanks a lot. It wasn't clear at all to us that we were effectively creating that second disclosure by programatically opening the popover through...