883 B
883 B
Alert
Usage
This is a test alert message Take Action<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 'jingrow-ui'
</script>
Props
| Name | Default | Value |
|---|---|---|
title |
null |
String |
Slots
| Name | Description |
|---|---|
default |
Default slot to render the message |