HexalUI

Button Component

Explore different button variants with unique animations and hover effects, perfect for modern UI design.

Neon Glow

import { Button } from 'hexal-ui';

<Button variant="neon" animations={{"glow":true,"pulse":true,"colorCycle":false}}>Click Me</Button>

Solid with Hover Lift

import { Button } from 'hexal-ui';

<Button variant="default" animations={{"glow":false,"bounce":false,"colorCycle":false}}>Click Me</Button>