Update toast samples

This commit is contained in:
Cagatay Civici 2023-10-25 18:22:15 +03:00
parent 4d0b3645c8
commit c79d79ad93
7 changed files with 58 additions and 84 deletions

View file

@ -1,8 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
Ideal location of a Toast is the main application template so that it can be used by any component within the application. A single message is represented by the Message interface in PrimeVue that defines various properties such as
severity, summary and detail.
Ideal location of a Toast is the main application template so that it can be used by any component within the application. A single message is represented by the Message interface that defines properties such as severity, summary and
detail.
</p>
</DocSectionText>
<div class="card flex justify-content-center">