Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WardAnalytics/WardGraph
/ LabelListProps
Interface
LabelListProps
src/components/common/LabelList.tsx:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import { Colors } from
"../../utils/colors"
;
5
6
interface LabelListProps {
7
labels: string[];
8
}
9
10
/** This component is a list of labels using Badges.
11
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected