MCPcopy Create free account
hub / github.com/code100x/daily-code / MultipleOptionChip

Function MultipleOptionChip

apps/web/components/MultipleOptionChip.tsx:1–7  ·  view source on GitHub ↗
({ value }: { value: string })

Source from the content-addressed store, hash-verified

1export default function MultipleOptionChip({ value }: { value: string }) {
2 return (
3 <div className="inline-flex align-middle px-3 py-1 bg-muted rounded-full m-1">
4 <div className="">{value}</div>
5 </div>
6 );
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected