Custom Components GalleryNEW
ExploreCustom Components GalleryNEW
ExploreNew to Gradio? Start here: Getting Started
See the Release History
@gradio/html
import { BaseHTML } from "@gradio/html";
BaseHTML
export let elem_id = "";
export let elem_classes: string[] = [];
export let value: string;
export let visible = true;
export let min_height = false;