wc-demo

A vanilla web component to demo vanilla web components

MIT License

Downloads
61
Stars
9
Committers
1

Bot releases are visible (Hide)

wc-demo - Fix WC.org Link

Published by evanplaice almost 5 years ago

wc-demo - Maintenance

Published by evanplaice almost 5 years ago

  • update CI/CD
  • update badges
wc-demo - Prepare for WC.org

Published by evanplaice almost 5 years ago

wc-demo - Delay Source Loading

Published by evanplaice almost 5 years ago

wc-demo - Maintenance

Published by evanplaice almost 5 years ago

  • add index.js entry point
  • update pkg.keywords
  • update README.md
  • update demo
wc-demo - Refactor (API BREAKING)

Published by evanplaice almost 5 years ago

API BREAK

  • the description is now defined using an attribute instead of innerHTML

Modifications

  • the source code sample has been moved into it's own shadowDOM element
  • the has been converted to lightDOM*
  • all attributes can now be arbitrarily updated

*Many web components found in the wild depend on lightDOM (ex wc-monaco) therefore encapsulating them in a shadowDOM will break their functionality.

wc-demo - Initial Release

Published by evanplaice almost 5 years ago

Includes:

  • implementation
  • dev setup
  • demo
  • documentation
  • prod build
  • CI/CDz