Sequence
docs
Astro components

Section illustration

A decorative container for illustrations.

A styled container with aesthetic borders and masks, designed to hold an illustration or icon.

Usage

---
import SectionIllustration from '@/components/SectionIllustration.astro';
import { UserIcon } from 'lucide-react';
---

<SectionIllustration>
  <UserIcon className="size-8" />
</SectionIllustration>

Props

This component accepts children via the default slot.

On this page