Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including easy-style-shadow with all npm packages installed. Try it out:

var easyStyleShadow = require("easy-style-shadow")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

easy-style-shadow v1.2.3

Easy way to inject style to web components with attach shadow. note that it only work if the shadow mode set to "open". This helper keep track of changes in the dom for keep the dom upgrade with the needed styles. so if you want to cancel the detection in any point, you can invoke the return function that returned from this helper when you initialize it. The second argument is for setting the timeout for detection cycle.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free