Overview of @mux/mux-uploader components
mainThe @mux/mux-uploader package provides a suite of components for handling file uploads. You can use the main <mux-uploader> component for a complete, 'batteries included' UI that manages both the upload state and the interface. Alternatively, you can use subcomponents directly for more granular control over the UI while using <mux-uploader> for state management.
Available Components:
<mux-uploader>: The required main component. Manages upload state and provides a full UI.<mux-uploader-drop>: Enables drag-and-drop functionality.<mux-uploader-file-select>: Triggers the system file-select dialog.<mux-uploader-pause>: Provides pause/resume functionality.<mux-uploader-progress>: Displays upload progress (bar, percentage, or radial).<mux-uploader-retry>: Renders a retry button on upload failure.<mux-uploader-status>: Displays upload status (e.g., completed, error, or offline).