MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / CommunityButtonProps

Interface CommunityButtonProps

apps/web/ui/CommunityButton/index.tsx:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import styles from './index.module.scss';
7
8interface CommunityButtonProps {
9 communityType: string;
10 onClick: (value: string) => void;
11 iconSize?: string;
12 label?: string;
13 fontSize?: string;
14}
15
16export default function CommunityButton({
17 onClick,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected