Optional
name: string = "bgcolor-red"The name of the custom HTML tag element.
Optional
style: string = ""The inline style to apply to the custom HTML tag element.
Optional
{: Partial<IConfig> = {}Optional event handlers for the custom HTML tag element.
Creates a custom HTML tag element with the given name, style, and optional event handlers.