<BlogBaseCardForAuthors />

Intro

<BlogBaseCardForAuthors /> component is a versatile UI element used to display organized and visually appealing snippets of information.

Example

Usage

To use the component, simply add it to your template:

<BlogBaseCardForAuthors />

The component is located in the @/components/global/Blog/Base/CardForAuthors directory. To use the component, import it into your file:

import BlogBaseCardForAuthors from '/components/global/Blog/Base/CardForAuthors';
<template>
   <BlogBaseCardForAuthors
       :name="name"
       :image="image"
   />
</template>
Table of Contents