Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 423 Bytes

File metadata and controls

23 lines (15 loc) · 423 Bytes

Components Example

Showcases scoped fragment components, scoped handlers, lifecycle attach hooks, class bindings, and attribute bindings.

Key files:

  • index.html provides the #app mount point.
  • main.js defines and mounts the Toggle component.

Start from the repo root:

python3 -m http.server 4173

Open http://127.0.0.1:4173/examples/components/.

Verify:

pnpm run examples:check