BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/more-shadcn-noair/chip

Chip

more-shadcn-noair/chip
FreeComponent

Compact element that represents an input, attribute, or action.

Live preview

live · rendered by the registry
Rendered by more-shadcn-noair on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://more-shadcn.noair.fun/r/chip.json

Source

registry itemmore-shadcn.noair.fun/r/chip.json
1<script lang="ts">
2 import { cn } from '$UTILS$';
3 import { X } from '@lucide/svelte';
4 import type { Snippet } from 'svelte';
5 import { tv, type VariantProps } from 'tailwind-variants';
6
7 const chipVariants = tv({
8 base: 'inline-flex items-center justify-center rounded-full text-xs font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background disabled:pointer-events-none disabled:opacity-50',
9 variants: {
10 variant: {
11 default: 'bg-primary text-primary-foreground hover:bg-primary/90',
12 secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',
13 outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',
14 ghost: 'hover:bg-accent hover:text-accent-foreground'
15 },
16 size: {
17 sm: 'h-6 px-2.5 text-[10px]',
18 default: 'h-8 px-3 text-xs',
19 lg: 'h-9 px-4 text-sm'
20 },
21 active: {
22 true: '',
23 false: ''
24 }
25 },
26 compoundVariants: [
27 {
28 variant: 'outline',
29 active: true,
30 class:
31 'bg-primary text-primary-foreground border-primary hover:bg-primary/90 hover:text-primary-foreground'
32 },
33 {
34 variant: 'ghost',
35 active: true,
36 class: 'bg-accent text-accent-foreground'
37 }
38 ],
39 defaultVariants: {
40 variant: 'default',
41 size: 'default',
42 active: false
43 }
44 });
45
46 type Variant = VariantProps<typeof chipVariants>['variant'];
47 type Size = VariantProps<typeof chipVariants>['size'];
48
49 let {
50 class: className,
51 variant = 'default',
52 size = 'default',
53 active = false,
54 disabled = false,
55 removable = false,
56 onclick,
57 onremove,
58 href,
59 children,
60 avatar,
61 icon,
62 ...rest
63 }: {
64 class?: string;
65 variant?: Variant;
66 size?: Size;
67 active?: boolean;
68 disabled?: boolean;
69 removable?: boolean;
70 onclick?: (e: MouseEvent) => void;
71 onremove?: (e: MouseEvent) => void;
72 href?: string;
73 children?: Snippet;
74 avatar?: Snippet;
75 icon?: Snippet;
76 [key: string]: any;
77 } = $props();
78
79 const isInteractive = !!onclick || !!href || active !== undefined;
80 const Element = href ? 'a' : isInteractive ? 'button' : 'div';
81
82 function handleClick(e: MouseEvent) {
83 if (disabled) return;
84 onclick?.(e);
85 }
86
87 function handleRemove(e: MouseEvent) {
88 e.stopPropagation();
89 if (disabled) return;
90 onremove?.(e);
91 }
92</script>
93
94<svelte:element
95 this={Element}
96// … truncated

Facts

Registry
more-shadcn-noair
Type
registry:ui
Access
Free
Files written
0
Licence
the repository states none
In the index
at or before 2026-08-11
Last confirmed
today

Go to the source

Docs on more-shadcn-noair more-shadcn.noair.fun Raw registry item This item as JSON

More from more-shadcn-noair

All 43 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Audioaudiomore-shadcn-noairComponentsFreeno deps
Audio Waveaudio-wavemore-shadcn-noairComponentsFreeno deps
Autocompleteautocompletemore-shadcn-noairComponentsFreeno deps
Bannerbannermore-shadcn-noairComponentsFreeno deps
Big Calendarbig-calendarmore-shadcn-noairComponentsFreeno deps
Bottom Navigationbottom-navmore-shadcn-noairComponentsFreeno deps
Canvascanvasmore-shadcn-noairComponentsFreeno deps
Choiceboxchoiceboxmore-shadcn-noairComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex