MCPcopy Create free account

hub / github.com/digital-go-jp/design-system-example-components-react / functions

Functions217 in github.com/digital-go-jp/design-system-example-components-react

↓ 81 callersFunctionrender
({ ...args })
src/components/DatePicker/DatePicker.stories.tsx:99
↓ 21 callersFunctionaddMockFiles
(files: MockFile[])
src/components/FileUpload/FileUpload.test.tsx:11
↓ 18 callersFunctiongetFileItems
()
src/components/FileUpload/FileUpload.test.tsx:24
↓ 18 callersFunctiongetPanelProps
(index: number)
src/components/Tab/useTab.ts:135
↓ 18 callersFunctiongetTabProps
(index: number)
src/components/Tab/useTab.ts:130
↓ 11 callersFunctiongetDialog
()
src/components/ModalDialog/ModalDialog.test.tsx:19
↓ 7 callersFunctionuseModalDialog
(options: UseModalDialogOptions)
src/components/ModalDialog/useModalDialog.ts:28
↓ 6 callersFunctionfocusItem
(items: HTMLElement[], index: number)
src/components/MenuListBox/useMenuListBox.ts:20
↓ 6 callersFunctiongetListProps
()
src/components/Tab/useTab.ts:102
↓ 6 callersFunctionstopDropAnnounce
()
src/components/FileUpload/hooks/useFileDrop.ts:74
↓ 4 callersFunctionannounce
(nextText: string)
src/components/ProgressIndicator/useProgressIndicatorAnnouncer.ts:53
↓ 4 callersFunctionannounceText
(text: string, assertive = false)
src/components/FileUpload/hooks/useFileDrop.ts:58
↓ 4 callersFunctionformatSize
(bytes: number, precision: number | null = null)
src/components/FileUpload/utils/formatSize.ts:1
↓ 4 callersFunctiongetMessage
(key: keyof ProgressIndicatorAnnouncerMessages)
src/components/ProgressIndicator/useProgressIndicatorAnnouncer.ts:48
↓ 3 callersFunctiongetFileUploadRoot
()
src/components/FileUpload/FileUpload.test.tsx:23
↓ 3 callersFunctionhandleIndividualChange
(index: number)
src/components/Table/Table.stories.tsx:814
↓ 3 callersFunctionuseTab
({ defaultSelectedIndex = 0, onTabChange }: UseTabOptions = {})
src/components/Tab/useTab.ts:26
↓ 3 callersFunctionuseTabAria
({ defaultSelectedIndex = 0, activation = 'auto', onTabChange, }: UseTabAriaOptions = {})
src/components/Tab/useTabAria.ts:35
↓ 2 callersFunctionexecuteRequestClose
()
src/components/ModalDialog/useModalDialog.ts:34
↓ 2 callersFunctiongetDropArea
()
src/components/FileUpload/FileUpload.test.tsx:26
↓ 2 callersFunctionhandleExpandedDropAreaChange
(checked: boolean)
src/components/FileUpload/hooks/useFileDrop.ts:91
↓ 2 callersFunctionhandleSortClick
(columnIndex: number)
src/components/Table/Table.stories.tsx:919
↓ 2 callersFunctionparseSize
(sizeStr: string | null)
src/components/FileUpload/utils/parseSize.ts:1
↓ 2 callersFunctionremoveFile
(fileId: string, index: number)
src/components/FileUpload/hooks/useFileState.ts:116
↓ 2 callersFunctionselectTab
(index: number)
src/components/Tab/useTabAria.ts:44
↓ 2 callersFunctionstartDropAnnounce
()
src/components/FileUpload/hooks/useFileDrop.ts:81
↓ 2 callersFunctionunregisterExpandedDropArea
(callback: () => void)
src/components/FileUpload/hooks/useFileDrop.ts:30
↓ 2 callersFunctionuseFileUpload
(options: UseFileUploadOptions = {})
src/components/FileUpload/hooks/useFileUpload.ts:24
↓ 2 callersFunctionuseProgressIndicatorAnnouncer
(props: UseProgressIndicatorAnnouncerProps)
src/components/ProgressIndicator/useProgressIndicatorAnnouncer.ts:35
↓ 2 callersFunctionvalidateFiles
( fileList: FileInfo[], )
src/components/FileUpload/hooks/useFileState.ts:49
↓ 1 callersFunctionaddFiles
(newFileList: File[])
src/components/FileUpload/hooks/useFileState.ts:95
↓ 1 callersFunctionannounceLong
()
src/components/ProgressIndicator/useProgressIndicatorAnnouncer.ts:62
↓ 1 callersFunctionclampValue
(value: number)
src/components/ProgressIndicator/ProgressIndicator.tsx:11
↓ 1 callersFunctionfocusTab
(index: number)
src/components/Tab/useTabAria.ts:59
↓ 1 callersFunctionformat
(template: string, variables: Record<string, string | number>)
src/components/ProgressIndicator/useProgressIndicatorAnnouncer.ts:26
↓ 1 callersFunctiongetColorLevel
(className: string)
src/foundations/ColorItem.tsx:6
↓ 1 callersFunctiongetFileExtension
(filename: string)
src/components/FileUpload/utils/isFileTypeAllowed.ts:1
↓ 1 callersFunctionhandleIndividualChange
(index: number)
src/components/Checkbox/Checkbox.stories.tsx:269
↓ 1 callersFunctionhandleKeyDown
(event: KeyboardEvent<HTMLButtonElement>, index: number)
src/components/Carousel/Carousel.tsx:36
↓ 1 callersFunctionhandleScroll
()
src/components/Table/Table.stories.tsx:39
↓ 1 callersFunctionisFileTypeAllowed
( filename: string, mimeType: string, allowedExtensions: string[], )
src/components/FileUpload/utils/isFileTypeAllowed.ts:6
↓ 1 callersFunctionmoveLeft
(event: KeyboardEvent<HTMLInputElement>)
src/components/DatePicker/DatePicker.tsx:56
↓ 1 callersFunctionmoveRight
(event: KeyboardEvent<HTMLInputElement>)
src/components/DatePicker/DatePicker.tsx:41
↓ 1 callersFunctionparseAcceptAttribute
(accept: string)
src/components/FileUpload/utils/parseAcceptAttribute.ts:1
↓ 1 callersFunctionregisterExpandedDropArea
(callback: () => void)
src/components/FileUpload/hooks/useFileDrop.ts:23
↓ 1 callersFunctionrgb2hex
(rgb: string)
src/foundations/utils.ts:1
↓ 1 callersFunctionuseFileDrop
(options: UseFileDropOptions)
src/components/FileUpload/hooks/useFileDrop.ts:36
↓ 1 callersFunctionuseFileState
(options: UseFileStateOptions = {})
src/components/FileUpload/hooks/useFileState.ts:21
↓ 1 callersFunctionuseMenuListBox
(options?: UseMenuListBoxOptions)
src/components/MenuListBox/useMenuListBox.ts:26
FunctionAccordion
(props: AccordionProps)
src/components/Accordion/Accordion.tsx:5
FunctionAccordionBackLink
(props: AccordionBackLinkProps)
src/components/Accordion/Accordion.tsx:87
FunctionAccordionContent
(props: AccordionContentProps)
src/components/Accordion/Accordion.tsx:69
FunctionAccordionSummary
(props: AccordionSummaryProps)
src/components/Accordion/Accordion.tsx:24
FunctionBlockquote
(props: Props)
src/components/Blockquote/Blockquote.tsx:5
FunctionBreadcrumbItem
({ isCurrent = false, children, className, ...rest }: BreadcrumbItemProps)
src/components/Breadcrumbs/Breadcrumbs.tsx:8
FunctionBreadcrumbLink
(props: BreadcrumbLinkProps)
src/components/Breadcrumbs/Breadcrumbs.tsx:56
FunctionBreadcrumbList
(props: BreadcrumbListProps)
src/components/Breadcrumbs/Breadcrumbs.tsx:76
FunctionBreadcrumbs
(props: BreadcrumbsProps)
src/components/Breadcrumbs/Breadcrumbs.tsx:100
FunctionBreadcrumbsLabel
(props: BreadcrumbsLabelProps)
src/components/Breadcrumbs/Breadcrumbs.tsx:88
FunctionCarousel
(props: CarouselProps)
src/components/Carousel/Carousel.tsx:389
FunctionCarouselBackgroundLayer
(props: CarouselBackgroundLayerProps)
src/components/Carousel/Carousel.tsx:161
FunctionCarouselExpandList
(props: CarouselExpandListProps)
src/components/Carousel/Carousel.tsx:189
FunctionCarouselPageNav
(props: CarouselPageNavProps)
src/components/Carousel/Carousel.tsx:111
FunctionCarouselPanelArea
(props: CarouselPanelAreaProps)
src/components/Carousel/Carousel.tsx:269
FunctionCarouselSingle
(props: CarouselSingleProps)
src/components/Carousel/CarouselSingle.tsx:5
FunctionCarouselSingleImage
(props: CarouselSingleImageProps)
src/components/Carousel/CarouselSingle.tsx:44
FunctionCarouselSingleLink
(props: CarouselSingleLinkProps)
src/components/Carousel/CarouselSingle.tsx:16
FunctionCarouselStepNav
(props: CarouselStepNavProps)
src/components/Carousel/Carousel.tsx:33
FunctionChipLabel
(props: ChipLabelProps)
src/components/ChipLabel/ChipLabel.tsx:79
FunctionCloseIcon
(props: CloseIconProps)
src/components/HamburgerMenuButton/parts/CloseIcon.tsx:5
FunctionCloseWithLabelIcon
(props: CloseWithLabelIconProps)
src/components/HamburgerMenuButton/parts/CloseWithLabelIcon.tsx:7
FunctionColorItem
(props: Props)
src/foundations/ColorItem.tsx:11
FunctionColors
()
src/foundations/Colors.tsx:5
FunctionDatePicker
(props: DatePickerProps)
src/components/DatePicker/DatePicker.tsx:22
FunctionDd
(props: DdProps)
src/components/Dl/Dl.tsx:32
FunctionDialogBody
(props: DialogBodyProps)
src/components/v1/Dialog/Dialog.tsx:29
FunctionDialogWithHooks
()
src/components/v1/Dialog/Dialog.stories.tsx:18
FunctionDisclosure
(props: DisclosureProps)
src/components/Disclosure/Disclosure.tsx:5
FunctionDisclosureBackLink
(props: DisclosureBackLinkProps)
src/components/Disclosure/Disclosure.tsx:63
FunctionDisclosureSummary
(props: DisclosureSummaryProps)
src/components/Disclosure/Disclosure.tsx:17
FunctionDivider
(props: DividerProps)
src/components/Divider/Divider.tsx:9
FunctionDl
(props: DlProps)
src/components/Dl/Dl.tsx:7
FunctionDt
(props: DtProps)
src/components/Dl/Dl.tsx:18
FunctionElevation
()
src/foundations/Elevation.tsx:1
FunctionEmergencyBanner
(props: Props)
src/components/EmergencyBanner/EmergencyBanner.tsx:8
FunctionEmergencyBannerBody
(props: Props)
src/components/EmergencyBanner/parts/Body.tsx:5
FunctionEmergencyBannerButton
(props: Props)
src/components/EmergencyBanner/parts/Button.tsx:5
FunctionEmergencyBannerHeading
(props: EmergencyBannerHeadingProps)
src/components/EmergencyBanner/parts/Heading.tsx:9
FunctionErrorIcon
(props: IconProps)
src/components/NotificationBanner/parts/Icon.tsx:44
FunctionErrorText
(props: ErrorTextProps)
src/components/ErrorText/ErrorText.tsx:5
FunctionFileUpload
(props: FileUploadProps)
src/components/FileUpload/FileUpload.tsx:10
FunctionFileUploadDropArea
(props: FileUploadDropAreaProps)
src/components/FileUpload/FileUpload.tsx:54
FunctionFileUploadFileInfo
(props: FileUploadFileInfoProps)
src/components/FileUpload/FileUpload.tsx:138
FunctionFileUploadFileItem
(props: FileUploadFileItemProps)
src/components/FileUpload/FileUpload.tsx:96
FunctionFileUploadFileList
(props: FileUploadFileListProps)
src/components/FileUpload/FileUpload.tsx:76
FunctionFileUploadFileMarker
(props: FileUploadFileMarkerProps)
src/components/FileUpload/FileUpload.tsx:117
FunctionFileUploadFileMeta
(props: FileUploadFileMetaProps)
src/components/FileUpload/FileUpload.tsx:169
FunctionFileUploadFileName
(props: FileUploadFileNameProps)
src/components/FileUpload/FileUpload.tsx:157
FunctionFileUploadViewportOverlay
(props: FileUploadViewportOverlayProps)
src/components/FileUpload/FileUpload.tsx:188
FunctionFileUploadViewportOverlayMessage
(props: FileUploadViewportOverlayMessageProps)
src/components/FileUpload/FileUpload.tsx:211
next →1–100 of 217, ranked by callers