Note

Display text that requires attention or provides additional information.

General

Show a piece of text or components.

Preview
See code
note:Check payment pending.

Types

You can apply a types differents with the type prop.

Preview
See code
note:Check payment pending.
note:Check payment pending.
note:Check payment pending.
note:Check payment pending.
note:Check payment pending.
note:Check payment pending.
note:Check payment pending.

Hidden Label

Note component with a show/hide label.

Preview
See code
Demo note!

Custom Label

You can change custom label of the Note with the property label.

Preview
See code
custom:Customize a note.

Filled Variant

You can change the filled variant of the Note with the property filled.

Preview
See code
custom:Customize a note.
primary:Check payment pending.
secondary:Check payment pending.
success:Check payment pending.
warning:Check payment pending.
error:Check payment pending.
note:Check payment pending.

APIs

Note.Props

AttributeDescriptionTypeAccepted valuesDefault
typenote typeNoteTypesNoteTypesdefault
labelshow label or custom textboolean / string--
filledfill colorboolean-false
...native propsHTMLAttributes'id', 'className', ...-

NoteTypes

type NoteTypes =
  | 'default'
  | 'primary'
  | 'secondary'
  | 'success'
  | 'warning'
  | 'error'
  | 'info'
Edit this page on GitHub

Previous

Modal

Next

Page

MADE & DESIGNED WITHBY BRUNO ANDRADE
docs background gradient blue
docs background gradient violet