---
import { twMerge } from '@/utils/twMerge';
/**
* Minimal frame component for wrapping documentation demos.
*
* Provides a styled container with rounded borders and background
* matching the site's Tabs component aesthetic.
*
* Usage:
* ```mdx
* import Minimal from '@/components/frames/Minimal.astro';
*
*