Skip to content
On this page

Alert

Usage

vue
<template>
  <Alert title="Info">
    <span> This is a test alert message </span>
    <template #actions>
      <Button appearance="primary">Take Action</Button>
    </template>
  </Alert>
</template>

<script setup>
import { Alert, Button } from 'frappe-ui'
</script>

Props

NameDefaultValue
titlenullString

Slots

NameDescription
defaultDefault slot to render the message