Skip to content

Note

An Alert-like component to catch user attention.

When to Use

  • To highlight essential information or reminders.
  • To provide feedback or alerts after user actions.

Usage

javascript
import { Note } from '@youcan/alto';
vue
  <Note>
    <template #icon />
    <template #content />
  </Note>