Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 491 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 491 Bytes

playground

Showcasing a simple example of this plugin in action.

The src/modules/playground/app LWC is the top level LWC used.

<template>
  <main>
    <h1>Playground</h1>
    <h2>Showcase module resolution</h2>
    
    <!-- On platform example usage -->
    <c-on-platform-lwc></c-on-platform-lwc>

    <!-- Multi folder, single namespace example usage -->
    <multi-single-lwc></multi-single-lwc>
    <multi-single-lwc-two></multi-single-lwc-two>
  </main>
</template>