-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
Want to be able to support a custom element as a page.
export default HomePage extends HTMLElement {
constructor() {
this.innerHTML = '<h1>Hello World!</h1>';
}
}Something like 11ty.js files.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request