Tailwind Theme
Customize the uploader appearance using Tailwind-friendly CSS variable overrides to match your Tailwind design system.
What you should see: the control matched to a Tailwind design system using CSS variables, with no utility classes needed inside the component itself. Cap is 10 MB.
Drag & drop files here, or paste from clipboard
<div style="--cu-primary: #0891b2;
--cu-radius: 0.5rem;
--cu-btn-bg: #0891b2;
--cu-btn-text: #ffffff;
--cu-btn-hover-bg: #0e7490;
--cu-border: #e2e8f0;
--cu-bg: #f8fafc;
--cu-text: #0f172a;
--cu-progress-bg: #0891b2;">
<core-upload asp-upload-url="/api/upload/upload"
asp-multiple="true"
asp-progress="true"
asp-drop-zone="true"
asp-max-size="10MB">
</core-upload>
</div>