primevue-mirror/doc/floatlabel/pt/PTImage.vue
tugcekucukoglu e3e0eb14c6 Doc updates
2024-02-07 15:08:53 +03:00

8 lines
265 B
Vue

<template>
<DocSectionText v-bind="$attrs">
<p>{{ $attrs.description }}</p>
</DocSectionText>
<div class="card">
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/wireframe-placeholder.jpg" />
</div>
</template>