ds-svelte-community
Nais Docs
Pages
  • Home
  • CSS
  • Icons
Typography
  • BodyLong
  • BodyShort
  • Detail
Components
  • Accordion
  • ActionMenu Beta
  • Alert
  • Button
  • Checkbox
  • Chips
  • ConfirmationPanel
  • CopyButton
  • ErrorSummary
  • ExpansionCard
  • GuidePanel
  • HelpText
  • InternalHeader Beta
  • List
  • Loader
  • Modal
  • Pagination
  • Popover
  • Radio
  • ReadMore
  • Search
  • Select
  • Skeleton
  • Stepper
  • Switch
  • Table
  • Tabs
  • Tag
  • TextField
  • ToggleGroup
  • Tooltip
Primitives
  • Bleed
  • Box

Version: 1.0.0
Try dark darkside
Try light darkside

ErrorSummary

ErrorSummary gives the user a summary list of validation errors they need to fix before continuing.

Read more about this component in the Aksel documentation.

    Default

Some errors occurred

  • Checkbox needs to be checked
  • Textfield requires valid email

Properties

ErrorSummary

PropertyDescriptionDefault
Control
Properties
heading
required

Heading text.

string
-
headingTag

Allows setting a different HTML h-tag.

"h1" "h2" "h3" "h4" "h5" "h6"
"h2"
size

Changes padding and font-sizes.

"medium" "small"
"medium"
Snippets
children

Error content

 -

Properties included from: HTMLAttributes<HTMLDivElement>

ErrorSummaryItem

PropertyDescriptionDefault
Control
Properties
href
required

Link to the element that has the error

string
-
Snippets
children

The error message

 -

Properties included from: HTMLAnchorAttributes