Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/components/section.tsx>Framework

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface Framework
import { type Framework } from "https://deno.land/x/live@1.74.1/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; }>