MCPcopy Create free account

hub / github.com/alcpereira/cv-generator / functions

Functions17 in github.com/alcpereira/cv-generator

↓ 1 callersFunctionloadProfilePicture
()
src/hooks/useProfilePicture.ts:7
↓ 1 callersFunctionrenderSubtitle
(data: Data)
src/components/Category/Category.tsx:30
↓ 1 callersFunctionrenderTitle
(data: Data)
src/components/Category/Category.tsx:42
↓ 1 callersFunctionuseProfilePicture
()
src/hooks/useProfilePicture.ts:3
FunctionApp
()
src/App.tsx:8
FunctionBubble
({ text }: { text: string })
src/components/Bubble/Bubble.tsx:3
FunctionCategory
({ data }: { data: Data[] })
src/components/Category/Category.tsx:27
FunctionHeader
({ name, resume }: HeaderProps)
src/components/Header/Header.tsx:9
FunctionProfile
({ data }: { data: Data })
src/components/Profile/Profile.tsx:99
FunctionProfileEducation
({ education }: { education: Education[] })
src/components/Profile/Profile.tsx:77
FunctionProfileHeader
({ lines, links, shouldDisplayProfileImage, }: Data["profile"])
src/components/Profile/Profile.tsx:33
FunctionProfileImage
(options: ImageOptions = {})
src/components/Profile/ProfileImage/ProfileImage.tsx:10
FunctionProfileLanguages
({ languages, showAbbreviation, }: { languages: Language[]; showAbbreviation: boolean; })
src/components/Profile/ProfileLanguages/ProfileLanguages.tsx:10
FunctionProfileLink
({ type, link, name }: ProfileLinkProps)
src/components/Profile/ProfileLink/ProfileLink.tsx:14
FunctionProfileSkills
({ technical }: { technical: TechnicalCategory[] })
src/components/Profile/Profile.tsx:57
FunctionSeparator
({ marginTop = 10, marginBottom = 10, }: { marginTop?: number; marginBottom?: number; })
src/components/Separator/Separator.tsx:3
FunctionTitle
({ text }: { text: string })
src/components/Title/Title.tsx:3