Skip to content

Highlighter

<ns-highlighter> Deprecated

Overview

Highlighter can be used to communicate error, info, success and warning messages.

Examples

Guidance

Implementation

Placement

The ns-highlighter component can be used in the following components:

  • <ns-form>
  • <div> wrapped in <ns-panel>

Specification

Attributes

type

Property
type
Description
The type of the highlighter.
Type
error info success warning
Default
error

Slots

SlotPermitted tagsDescription
heading<h2> <h3> The heading of the highlighter.
Anonymous slot<p> <div> Anonymous slot for content.