Creates a custom HTML tag element with the given name, style, and optional event handlers.

  • Parameters

    • Optionalname: string

      The name of the custom HTML tag element.

    • Optionalstyle: string

      The inline style to apply to the custom HTML tag element.

    • Optional{: Partial<IConfig>

      Optional event handlers for the custom HTML tag element.

    Returns void