Skip to content

LoadMediaPopover

Demo variant of the load-media popover, aliased in only for --mode demo. Loading a device file has no fixtures, so the "From device" pickers are dropped; the profile-media list (the captured sample and its derived files) is kept and loads from fixtures exactly as in the real app.

Functions

LoadMediaPopover()

function LoadMediaPopover(__namedParameters): Element;

Defined in: src/demo/components/LoadMediaPopover.tsx:48

The demo load-media popover: the profile-media list only, no device pickers.

Parameters

Parameter Type
__namedParameters { className?: string; }
__namedParameters.className? string

Returns

Element