Skip to content

PoC: Using shadow root for encapsulating styles of React component (in webapp)

Administrator requested to merge shadow-root-poc into master

Created by: felixfbecker

Adds a <ShadowRoot> component and uses it in the webapp for the NavLinks component as a PoC of how we can encapsulate styles in React components (while still using including global styles and Bootstrap). This is especially useful for the browser extension to not conflict with code host style while still being able to use their native styles.

Ref #2358

Merge request reports

Loading