Utekos BrandUtekos Brand
  • Identitet
  • Ressurser

Retningslinjer

  • Merkevaren Utekos
  • Identiteten i bruk
  • Merkevarebygging
  • Tone of voice
  • Logo
  • Farger
  • Typografi
  • Fotografi
  • Illustrasjoner
  • Ikoner
  • Grafisk element
  • Identitet
  • Designsystem
  • Ressurser

Fargepaletter

  • Oversikt
  • Utekos
  • VySpor
  • DnB
  • Havdyp
  • CustomLab
  • Hovedpalett
  • All-year palette
  • Primary blue
  • Teal
  • Maritime monochromatic
  • Maritime secondary

Eufemia

  • Oversikt
  • Button
  • Upload

Component documentation

Upload

Use Upload when people need to drag and drop, select, validate, and review files before submission.

import { Upload } from "@dnb/eufemia"Eufemia-style docs shell for Utekos Brand Guidelines

Import

import { Upload } from "@dnb/eufemia"

Description

Upload provides a drop zone and file picker for one or more files. Keep accepted file types, file limits and file-size rules visible near the action so the user can understand validation before selecting files.

Recommended usage

  • Use explicit accepted file types, such as JPG and PNG for image-only uploads.
  • Use filesAmountLimit when the flow expects an exact or maximum count.
  • Use stable IDs when you want to inspect selected files with Upload.useUpload.
  • Keep upload messages short. Put advanced validation details below the field.