(feat): initial stuff
All checks were successful
/ package (push) Successful in 1m6s

This commit is contained in:
Alois 2026-07-26 02:56:07 +02:00
commit 29098d1f61
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
40 changed files with 3113 additions and 515 deletions

View file

@ -37,6 +37,8 @@ function Toggle({
return (
<TogglePrimitive
data-slot="toggle"
data-variant={variant}
data-size={size}
className={cn(toggleVariants({ variant, size, className }))}
{...props}
/>