Welcome
VCardAdvanced
Vuero ships with a <VCardAdvanced />
component that features a card header, body, and footer, to display any type of content. Card header and footer have both a left and right slots
where you can insert your UI elements/components. You can also control the card radius using the radius
prop.


Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quibusnam praeteritis? At multis se probavit. Quoniam, si dis placet, ab Epicuro loqui discimus. Et ille ridens.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quibusnam praeteritis? At multis se probavit. Quoniam, si dis placet, ab Epicuro loqui discimus. Et ille ridens.


VCardAdvanced Props
Here is the full props available for <VCardAdvanced />
component:
Props | Default | Type |
---|---|---|
radius | regular | regular , smooth , rounded |
VCardAdvanced Slots
Here is the full slots available for <VCardAdvanced />
component:
Slot | Properties | Description |
---|---|---|
#content | null | Main card content |
#header-left | null | Card header left content |
#header-right | null | Card header right content |
#footer-left | null | Card footer left content |
#footer-right | null | Card footer right content |