Spell casting burst effect with shockwaves and particles.
npx chaos add spell-castimport { SpellCast } from '@oalacea/chaosui/effects/spell-cast';
<SpellCast>
<button>Cast Fireball</button>
</SpellCast>
<SpellCast spellType="lightning" particleCount={20}>
<button>Chain Lightning</button>
</SpellCast>