Skip to main content
Module

x/lume/core/component_loader.ts>default

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class default
import { default } from "https://deno.land/x/lume@v1.17.4/core/component_loader.ts";

Class to load components from the _components folder.

Constructors

new
default(options: Options)

Properties

formats: Formats

List of loaders and engines used by extensions

Methods

load(
dirEntry: Entry,
data: Data,
components: Components,
): Promise<void>

Load a directory of components