Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: prevent user selection on tags

Mary b7da60d4 b0660051

+1 -1
+1 -1
src/components/package-bundle.tsx
··· 257 257 return ( 258 258 <button 259 259 onClick={() => toggleExport(exp)} 260 - class="inline-flex items-center gap-1 rounded-md border px-2 py-1 text-base-300 transition duration-100" 260 + class="inline-flex items-center gap-1 rounded-md border px-2 py-1 text-base-300 transition duration-100 select-none" 261 261 classList={{ 262 262 'border-brand-stroke-1 bg-brand-background-2 text-brand-foreground-2 hover:bg-brand-background-2-hover hover:text-brand-foreground-2-hover active:bg-brand-background-2-pressed active:text-brand-foreground-2-pressed': 263 263 selected(),