• HTML & SVG components, optimised for use with gestures and animation. These can be used as drop-in replacements for any HTML & SVG component, all CSS & SVG properties are supported.

    Type Parameters

    • Props extends {}

    Parameters

    • Component: string | ComponentType<PropsWithChildren<Props>>
    • Optional customMotionComponentConfig: CustomMotionComponentConfig

    Returns CustomDomComponent<Props>

Properties

figcaption: ForwardRefComponent<HTMLElement, HTMLMotionProps<"figcaption">>
td: ForwardRefComponent<HTMLTableDataCellElement, HTMLMotionProps<"td">>
th: ForwardRefComponent<HTMLTableHeaderCellElement, HTMLMotionProps<"th">>
webview: ForwardRefComponent<HTMLWebViewElement, HTMLMotionProps<"webview">>

Generated using TypeDoc