Skip to content
#

shadow-dom

Here are 181 public repositories matching this topic...

ChALkeR
ChALkeR commented Jan 7, 2020

To reproduce:

$ npm pack styled-jsx@3.2.4
npm notice
npm notice 📦  styled-jsx@3.2.4
npm notice === Tarball Contents ===
npm notice 6.1kB  dist/.DS_Store
npm notice 599B   dist/_constants.js
npm notice 22.3kB dist/_utils.js
npm notice 8.2kB  dist/babel-external.js
npm notice 46B    babel-test.js
npm notice 753B   dist/babel-test.js
npm notice 41B    babel.js
npm notice 10.4k
reshadow
Danilqa
Danilqa commented Aug 29, 2019

Thanks for the great library!

I haven't found a solution for creating global theming in the application based on theme properties: for instance, the name of font families. (Something like this: https://www.styled-components.com/docs/api#createglobalstyle)

Does a solution with generating own globals.css from interpolated string by webpack plugin is ok? Or reshadow has something inside for r

🇨🇭Switzerland takes a functional approach to Web Components by applying middleware to your components. Supports Redux, mobx, attribute mutations, CSS variables, React-esque setState/state, etc… out-of-the-box, along with Shadow DOM for style encapsulation and Custom Elements for interoperability.

  • Updated Apr 16, 2020
  • JavaScript
thernstig
thernstig commented Mar 4, 2020

References:
https://github.com/microsoft/playwright/blob/master/docs/api.md#selectorsregistername-script
https://github.com/microsoft/playwright/blob/master/docs/selectors.md#custom-selector-engines

Both show the API like await selectors.register('tag', createTagNameEngine); but the docs here show await playwright.selectors.register(selectorEngine, { name: 'shadow' }). The inconsistency i

st-clair-clarke
st-clair-clarke commented Aug 25, 2019

Hi, I am wondering if I am doing something incorrect. In your App.svelte example, if I put

<script>
import Textfield from '@svelte-material-ui/textfield';
</script> 

and try to save the bundle, I get the following error

rollup v1.20.2
bundles src/main.js → public\bundle.js...
[!] Error: Unexpected character '@' (Note that you need plugins to import files that are not J

Improve this page

Add a description, image, and links to the shadow-dom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shadow-dom topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.