NuxtLegoNuxtLego

Website Card

Render website card similar to Notion Bookmark.

Anatomy

<template>
  <LegoWebsiteCard v-slot="{ valid }" :url="url">
    <LegoWebsiteCardTitle />
    <LegoWebsiteCardDescription />
    <LegoWebsiteCardUrl />

    <LegoWebsiteCardImage />
  </LegoWebsiteCard>
</template>

API Reference

Root

Wrapper that provide the information required for the child component.

PropDefaultTypesDescription
url-stringUrl for the website to render