import { css, cssManager, html } from '@design.estate/dees-element';
import './component.js';
import '../dees-panel.js';
export const demoFunc = () => html`
Good to know:
- Drag & drop highlights the dropzone and supports keyboard activation.
- Accepted file types are summarised automatically from the
accept
attribute.
- Image uploads show live previews generated via
URL.createObjectURL
.
- File size and file-count limits surface inline validation messages.
- The component stays compatible with
dees-form
value accessors.
`;