This project contains some explorations of vue wrappers of web components.
Start with:
npm install
npm run storybook
- CustomAvatarEventAndSlot explores a wrapper for the event-and-slot implementation of render injection in web component layer.
- ExportParts explores a wrapper that styles the underlying web component using CSS
parts
.