GlowFrame is the primary card container for Sys.Witch V2. It wraps content in a bordered panel with a neon-colored border, corner accent marks, and a matching box-shadow glow. When theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/sys.witch-v2/llms.txt
Use this file to discover all available pages before exploring further.
animate prop is enabled, the component upgrades to a Framer Motion element that fades and slides in from below as it enters the viewport — used to give focal panels a polished entrance.
Props
Controls the border color and glow shadow color of the frame. Defaults to
purple.When
true, replaces the root <div> with a Framer Motion motion.div that animates from opacity: 0, y: 20 to opacity: 1, y: 0 once the element enters the viewport. The animation runs once (viewport: { once: true }) with a 0.5 s ease transition. Defaults to false.Additional Tailwind or CSS classes merged onto the root element. Use for custom dimensions, layout, or positioning.
Content rendered inside the card.
Usage
Color Variants
| Color | Border | Shadow Token |
|---|---|---|
purple | border-neon-purple | shadow-glow-purple |
magenta | border-neon-magenta | shadow-glow-magenta |
cyan | border-neon-cyan | shadow-glow-cyan |
lime | border-neon-lime | shadow-glow-lime |