Card
A bordered surface for grouped content.Examples
Installation
Install the package, then import only the components a route uses. Exports are tree-shakable.
Install
pnpm add fractalsvelteImport
<script lang="ts">
import { Card } from 'fractalsvelte';
</script>Usage
Usage
<script lang="ts">
import { Card } from 'fractalsvelte';
</script>
<Card>Card content</Card>
