{"name":"PillNav","title":"PillNav","description":"Minimal pill nav with sliding active highlight + smooth easing.","type":"registry:component","add":"when-added","files":[{"type":"registry:component","role":"file","content":"\n\n\n
\n \n\n
\n
\n
\n {\n (e.currentTarget as HTMLAnchorElement).style.background = 'var(--base)';\n (e.currentTarget as HTMLAnchorElement).style.color = 'var(--hover-text, #fff)';\n }\n \"\n @mouseleave=\"\n (e: MouseEvent) => {\n (e.currentTarget as HTMLAnchorElement).style.background = 'var(--pill-bg, #fff)';\n (e.currentTarget as HTMLAnchorElement).style.color = 'var(--pill-text, #fff)';\n }\n \"\n >\n {{ item.label }}\n \n