Data input

File upload

Themed file picker with drag-and-drop, multi-file list, per-row progress, image previews, and rejection.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjFileUploadComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
Drop files hereImages or PDFs — drag from your file manager or use the button below
max files
<kj-file-upload
  kjAccept="image/*,.pdf"
  kjDropzoneLabel="Drop files here"
  [kjMaxFiles]="5"
/>