Cards Fancy Stable

Card3D

Interactive 3D perspective card with depth effects on child elements

Preview

Installation

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

Usage

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

<Card3D />

Examples

Basic Usage

High Depth

Increase 3D depth effect.

Props

PropTypeDefaultDescription
containerClass string""CSS classes for the outer perspective wrapper

Slots

SlotDescription
childrenCardBody and CardItem elements