Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Optional Initial Components

Choose a tag to compare

@tamb tamb released this 19 Nov 02:24

You can now create a Domponent app instance without any components and add them all later! It's a feature, not a bug! Lol :\

But this is a good thing.

new Init(
  {
     selector: element
  }
)

No need to initialize with a components field!