tg840104
tg840104
I second this request. Justification for option 1: "Assuming the Components page is intended to support primarily developers but also designers, we need to make this information easily available for...
The recommended pattern for applying dark mode needs a better explanation. As developers we should have instructions for how to implement this facility in a consistent manner.
Could the guidance for establishing the theme switching consider both React and native Web Component applications please.
@ad9242, I appreciate Stencil does not process object-props itself but does that prevent us from deserialising a POJSO from a JSON string inside the component? "The reason for this is...
An alternative approach might be to use the default slot to accept ic-menu-item elements, as per the ic-popover-menu, which is arguably a more complicated configuration.
Another option would be to consider referencing a [datalist ](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/datalist) element. Please consider [this](https://github.com/tg840104/wc-select/tree/main).