Cards Fancy Stable

BentoGrid

Bento-style grid layout with slot-based and props-based card variants

Preview

Installation

pnpm add fancy-ui-svelte
import { BentoGrid } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { BentoGrid } from 'fancy-ui-svelte';
</script>

<BentoGrid />

Examples

Basic Usage

Slot-based BentoGridItem.

Card Variant

Props-based BentoGridCard.

Slots

SlotDescription
childrenBentoGridItem components to arrange in the grid