Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 545 Bytes

Custom Elements - Shadow DOM

Goals:

  • Learn about Shadow DOM specs
  • Find a way to use shadow DOM with Stencil

Commands

  • Server : npm run start-05
  • Tests : npm test -- -t 05

Files to modify

  1. components/stencil-button-shadow/stencil-button-shadow.tsx

Description

Run npm run start-05 and try to reach the expectactions by enabling shadow dom in stencil-button-shadow.tsx

Next

HTML Template - slot