Note
Inline guidance that stays in the page flow. Not a toast and not a modal.
Default
variant default is the information note. Icon is supplied for you.
1
<Note>This deployment is using Fluid compute.</Note>
Types
Match the severity. secondary is quiet chrome. violet and cyan are accent-only — they are not status.
Fill
fill paints a tinted background. Use it when the note sits on the same surface as surrounding cards.
Sizes
medium is the default. small fits toolbars, sidebars, and dense forms.
Label
NoteLabel is a leading strong word. Keep it one or two words, then the sentence.
Action
NoteAction sits on the trailing edge. One small Button. Do not put a second CTA in the copy.
Icon
Pass an icon array to replace the default. A null icon hides it.
Disabled
1
<Note disabled fill>This hint is not available on the current plan.</Note>
Best practices
- Note explains something already on the page. A confirmation that must block work is a Modal. A fleeting result is a Toast.
errorandwarningare for outcomes the user must notice.secondaryis for plan limits and housekeeping.- One sentence, sentence case. A label is optional. Do not stack three Notes in one form — collapse them or move the copy next to the field.
- An action belongs in
NoteAction, as a small secondary Button. Do not turn the whole Note into a link. - Hide the icon with
:icon="null"when the surrounding chrome already has one, not to save space on a page-level warning.