Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 436 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 436 Bytes

x-vue

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.