Sha256: 6940c7cb3be5525bcae887bafaf12f109ca21eeb990f9edf7a5fc210d13cd985
Contents?: true
Size: 292 Bytes
Versions: 21
Compression:
Stored size: 292 Bytes
Contents
class HelloWorld < HTMLElement def connected_callback() self.inner_html = "<p><strong>Hello World!</strong></p>" end end # Try adding `<hello-world></hello-world>` somewhere on your site to see this # example web component in action! custom_elements.define "hello-world", HelloWorld
Version data entries
21 entries across 21 versions & 1 rubygems