SolidJSS
SolidJSโ€ข2y agoโ€ข
3 replies
sebb8200

share context through web-components

using solid-element, is it possible to create a custom-element that provides a context and have other custom elements use this context?

eg sth like

<my-context-provider>
  <my-context-user1>
   <my-context-user11>
   ...
   </my-context-user11>
  </my-context-user1>
</my-context-provider>


I want to use these elements in HTML, not in JSX.
Was this page helpful?