Skip to main content
Module

x/live/components/section.tsx>Framework

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface Framework
import { type Framework } from "https://deno.land/x/live@1.77.0/components/section.tsx";

Properties

Wrapper: ComponentType<{ id: string; partialMode?: "replace" | "append" | "prepend"; }>
ErrorFallback: ComponentType<{ id: string; name: string; debugEnabled?: boolean; isDeploy: boolean; error: Error; }>
LoadingFallback: ComponentType<{ id: string; }>