Function createComponent

  • Create a custom element from a component definition

    Parameters

    • name: string

      The name of the custom element. Must follow the custom element naming rules

    • def: AnyFunction | ComponentDefinition

      The component definition. Can be a setup function or an object with a setup function and other options

    Returns void