MCPcopy Create free account

hub / github.com/airbnb/lunar / functions

Functions1,723 in github.com/airbnb/lunar

↓ 1 callersFunctionrenderItem
(item: Item)
packages/core/src/components/Autocomplete/index.tsx:31
↓ 1 callersMethodrenderPopUp
()
packages/core/src/components/Tooltip/index.tsx:270
↓ 1 callersMethodrenderTableHeader
(parentWidth: number)
packages/core/src/components/DataTable/DataTable.tsx:244
↓ 1 callersMethodrenderTooltip
(leftOffset: number)
packages/core/src/components/Range/BaseRange.tsx:87
↓ 1 callersFunctionsanitizeName
codemods/storybookCsf.js:13
↓ 1 callersMethodscrollIntoViewIfNeeded
()
packages/composer/src/hooks/useScrollIntoView.ts:3
↓ 1 callersFunctionscrollingParents
(node: HTMLElement)
packages/core/src/utils/isScrollable.ts:38
↓ 1 callersMethodsetFocus
(focusDef: TreePath, callback?: DeepFocusHandler)
packages/core/src/components/HierarchyPicker/Hierarchy/index.tsx:65
↓ 1 callersFunctionshouldAddTabIndexForFocus
Returns true if we need to add a tabindex to the element to focus it.
packages/core/src/utils/focus/focusElement.ts:2
↓ 1 callersFunctionsortList
( list: T[], keys: string[], sortBy?: string, sortDirection?: SortDirectionType, sortByValue: SortBy
packages/core/src/components/DataTable/helpers/sortData.ts:33
↓ 1 callersFunctionstoryNameFromExport
codemods/storybookCsf.js:25
↓ 1 callersFunctionstyleSheetSheet
({ color, pattern, ui, unit })
packages/core/src/components/Sheet/styles.ts:5
↓ 1 callersFunctionthrottleToSinglePromise
( callback: (...args: U) => Promise<T>, )
packages/forms/src/helpers.ts:71
↓ 1 callersMethodtoggleNotification
()
packages/core/src/components/BrowserNotification/story.tsx:23
↓ 1 callersFunctionunwrap
(element: React.ReactElement)
packages/app-shell/test/composers/connectToApp.test.tsx:8
↓ 1 callersFunctionupsertPullRequestComment
(query: string, body: string)
scripts/helpers/upsertPullRequestComment.ts:3
↓ 1 callersFunctionuseAutoResize
( element: HTMLElement | null, value: string, maxHeight: number = 400, minHeight: number = 38, // Heig
packages/composer/src/hooks/useAutoResize.ts:7
↓ 1 callersFunctionuseScrollIntoView
(element: HTMLElement | null, scroll: boolean)
packages/composer/src/hooks/useScrollIntoView.ts:7
↓ 1 callersFunctionvalidator
()
packages/forms/test/components/Form.test.tsx:96
↓ 1 callersFunctionwithTheme
()
packages/core/src/composers/withTheme.tsx:7
FunctionATableWithDynamicSortKey
()
packages/core/src/components/DataTable/story.tsx:480
FunctionAccordion
({ bordered, children, defaultIndex = 0, expandMultiple, onChange, styleSheet, }: AccordionProps)
packages/core/src/components/Accordion/index.tsx:25
FunctionAccordionItem
({ bordered, children, expanded, id, index, noSpacing, title, onClick, onToggle, styleShee
packages/core/src/components/Accordion/Item.tsx:33
FunctionActionButton
()
packages/composer/src/components/Actions/ActionButton.tsx:7
FunctionActions
({ actions, endAlign, noWritingModes }: ActionsProps)
packages/composer/src/components/Actions/index.tsx:22
FunctionAdaptiveGrid
({ breakpoints = {}, children, defaultItemsPerRow = 1, noGutter, styleSheet, }: AdaptiveGridProps)
packages/core/src/components/AdaptiveGrid/index.tsx:18
FunctionAlert
Classify content through the use of colorful alerts.
packages/core/src/components/Alert/index.tsx:48
FunctionApolloComponent
({ children, mocks, }: { children: NonNullable<React.ReactNode>; mocks: MockedResponse[]; })
packages/apollo/test/components/Mutation.test.tsx:20
FunctionApolloComponent
({ children, mocks, }: { children: NonNullable<React.ReactNode>; mocks: MockedResponse[]; })
packages/apollo/test/components/Query.test.tsx:20
FunctionAppLoader
({ centered, children, error, errorTitle, failureText, fetched, loadingText, small, subtitle
packages/core/src/components/AppLoader/index.tsx:34
FunctionAside
({ after, before, children, collapsible, expanded, noPadding, scrollable, width, onCollapseT
packages/layouts/src/components/Aside/index.tsx:71
FunctionAsideDemo
({ title }: AsideDemoProps)
packages/core/src/components/Lightbox/story.tsx:13
FunctionBar
()
packages/core/test/prop-types/childrenWithComponentName.test.tsx:8
FunctionBaseAffix
({ cx, after, before, children, small, large, disabled, flex, styles, }: BaseAffixProps & Wi
packages/core/src/components/private/BaseAffix.tsx:25
FunctionBaseCheckBox
({ button, checked, children, small, disabled, hideLabel, id, invalid, indeterminate, onCh
packages/core/src/components/private/BaseCheckBox.tsx:85
FunctionBaseField
()
packages/forms/test/composers/connectToForm.test.tsx:12
FunctionBaseRadioButton
({ button, checked, children, small, disabled, hideLabel, id, invalid, indeterminate, onCh
packages/core/src/components/private/BaseRadioButton.tsx:87
FunctionBaseSelect
({ children, placeholder = '', onChange, styleSheet, ...restProps }: BaseSelectProps<T>)
packages/core/src/components/private/BaseSelect.tsx:50
FunctionBaseSwitch
({ checked, disabled, id, invalid, onChange, styleSheet, ...restProps }: BaseSwitchProps<T>)
packages/core/src/components/private/BaseSwitch.tsx:104
FunctionBox
({ children = null }: { children: React.ReactNode })
packages/core/src/components/Grid/story.tsx:15
FunctionBreadcrumb
({ disabled, hideIcon, highlighted, href, id, label, onClick, selected, trackingName, styl
packages/core/src/components/Breadcrumbs/Breadcrumb.tsx:33
FunctionBreadcrumbs
({ accessibilityLabel, children }: BreadcrumbsProps)
packages/core/src/components/Breadcrumbs/index.tsx:15
FunctionBreadcrumbs
(props: BreadcrumbsProps)
packages/app-shell/src/components/Breadcrumbs/index.tsx:13
FunctionButton
A standard button and or link for common UI interactions.
packages/core/src/components/Button/index.tsx:28
FunctionButtonGroup
({ children, endAlign, stacked, stretched, styleSheet, }: ButtonGroupProps)
packages/core/src/components/ButtonGroup/index.tsx:19
FunctionCallExpression
({ node })
scripts/tasks/extractPhrases.ts:48
FunctionCanControlMultipleAsides
()
packages/layouts/src/components/Aside/story.tsx:177
FunctionCanExternallyControlExpandedState
()
packages/layouts/src/components/Aside/story.tsx:137
FunctionCard
({ children, noShadow, overflow, selected, styleSheet }: CardProps)
packages/core/src/components/Card/index.tsx:24
FunctionCardContent
({ after, before, children, compact, maxHeight, middleAlign, minHeight, noPaddingAfter, noPa
packages/core/src/components/Card/Content.tsx:45
FunctionCardSide
({ children, compact, middleAlign, noPadding, type, styleSheet, }: CardSideProps)
packages/core/src/components/Card/private/Side.tsx:12
FunctionCheckBox
(props: CheckBoxProps<T>)
packages/core/src/components/CheckBox/index.tsx:14
FunctionChip
Compact component that represents a snippet of information, such as a filter.
packages/core/src/components/Chip/index.tsx:38
FunctionCol
({ children, offset = 0, span, styleSheet }: ColProps)
packages/core/src/components/Grid/Col.tsx:17
FunctionComposer
({ afterButton, beforeButton, children, defaultValues = {}, disabled = false, onChange, onSubmit
packages/composer/src/components/Composer.tsx:65
FunctionConnectToAppWrapper
(props: Props)
packages/app-shell/src/composers/connectToApp.tsx:80
FunctionConnectToForm
(props: FieldProps<T, P>)
packages/forms/src/composers/connectToForm.tsx:19
FunctionControlBar
({ autoDetect, errors, loading, locale, localeMenuMaxHeight, top = '80%', onSelectLocale, }: Con
packages/core/src/components/Proofreader/ControlBar.tsx:25
FunctionCopy
({ children, text, id, invertTooltip, trackingName, underlined, prompt, onCopy, }: CopyProps)
packages/core/src/components/Copy/index.tsx:32
FunctionCountBadge
({ accessibilityLabel, value, waggle, styleSheet, }: CountBadgeProps)
packages/core/src/components/CountBadge/index.tsx:17
FunctionCustomElement
()
packages/core/test/components/Loadable.test.tsx:193
FunctionCustomRenderer
({ row, keyName }: RendererProps<CustomShape>)
packages/core/src/components/DataTable/story.tsx:26
FunctionCustomTitleComponent
()
packages/core/test/components/Accordion/Item.test.tsx:29
FunctionDangerButton
({ children, ...props }: ButtonProps)
packages/core/src/components/DangerButton/index.tsx:41
FunctionDataTableWithDimensions
(props: DataTableProps)
packages/core/src/components/DataTable/index.tsx:8
FunctionDatePicker
(props: DatePickerProps)
packages/core/src/components/DatePicker/index.tsx:62
FunctionDateTimeRange
({ from, locale, separator = ' – ', timezone, to, }: DateTimeRangeProps)
packages/core/src/components/DateTimeRange/index.tsx:24
FunctionDefaultRenderer
({ row, keyName }: RendererProps)
packages/core/src/components/DataTable/DefaultRenderer.tsx:5
FunctionDirectionalIcon
({ direction, left: LeftIcon, right: RightIcon, ...props }: DirectionalIconProps & WithIconWrapperProp
packages/core/src/components/DirectionalIcon/index.tsx:15
FunctionDivider
({ bottom = 2, short, top = 2, styleSheet }: DividerProps)
packages/core/src/components/Divider/index.tsx:18
FunctionDropdown
({ children, fixed, onBlur, onFocus, tabIndex, zIndex, visible, onClickInside, onClickOutsid
packages/core/src/components/Dropdown/index.tsx:35
FunctionEmail
({ children, email, large = false, newWindow, small = false, }: EmailProps)
packages/core/src/components/Interweave/factories/Email.tsx:12
FunctionEmoji
(props: EmojiProps)
packages/core/src/components/Emoji/index.tsx:10
FunctionEmojiButton
()
packages/composer/src/components/Emojis/EmojiButton.tsx:7
FunctionEmojiPicker
({ disableAutoFocus, onClosePicker, styleSheet, ...props }: EmojiPickerProps)
packages/core/src/components/EmojiPicker/index.tsx:67
FunctionEmojiRestrictedPicker
(props: EmojiPickerProps)
packages/core/src/components/EmojiRestrictedPicker/index.tsx:8
FunctionEmojis
({ internal = false, startAlign = false }: EmojisProps)
packages/composer/src/components/Emojis/index.tsx:20
FunctionErrorMessage
({ error, inline, title, subtitle, onClose, }: ErrorMessageProps)
packages/core/src/components/ErrorMessage/index.tsx:42
FunctionExpandableIcon
({ expanded, size }: ExpandableIconProps)
packages/core/src/components/ExpandableIcon/index.tsx:16
FunctionFakeButton
()
packages/core/test/components/ButtonGroup.test.tsx:84
FunctionFakeIcon
(props: Props)
packages/icons/src/FakeIcon.tsx:7
FunctionFakePhoto
()
packages/core/test/components/ProfilePhotoGroup.test.tsx:71
FunctionFilterControls
(props: FilterControlsProps)
packages/core/src/components/ImageViewer/FilterControls.tsx:41
FunctionFilterMenu
({ accessibilityLabel, activeCount, children, dropdownProps = { right: 0 }, ignoreClickOutside, ke
packages/forms/src/components/FilterMenu/index.tsx:47
FunctionFoo
({ children }: Props)
packages/core/test/components/Loadable.test.tsx:13
FunctionFoo
()
packages/core/test/prop-types/childrenWithComponentName.test.tsx:4
FunctionFoo
()
packages/core/test/composers/withBoundary.test.tsx:9
FunctionFoo
()
packages/core/test/composers/withStyles.test.tsx:6
FunctionFoo
()
packages/core/test/composers/withTheme.test.tsx:6
FunctionFoo
()
packages/app-shell/test/composers/connectToApp.test.tsx:73
FunctionFoo
()
packages/icons/test/withIcon.test.tsx:7
FunctionFooter
()
packages/composer/src/components/Footer/index.tsx:11
FunctionForceUpdateDynamicSizeStory
()
packages/core/src/components/DataTable/story.tsx:287
FunctionFormActions
({ block, cancelText, continueText, danger, disabled, hideCancel, onCancel, onContinue, proc
packages/core/src/components/FormActions/index.tsx:38
FunctionFormActions
(props: FormActionsProps)
packages/forms/src/components/FormActions/index.tsx:10
FunctionFormAutocomplete
( props: FieldProps<string, AutocompleteProps<T>>, )
packages/forms/src/components/Form/Autocomplete.tsx:7
FunctionFormCheckBox
( props: FieldProps<boolean, CheckBoxProps<T>>, )
packages/forms/src/components/Form/CheckBox.tsx:7
FunctionFormCheckBoxController
( props: FieldProps<T[], CheckBoxControllerProps<T>>, )
packages/forms/src/components/Form/CheckBoxController.tsx:9
FunctionFormDatePickerInput
( props: FieldProps<string | Date, DatePickerInputProps>, )
packages/forms/src/components/Form/DatePickerInput.tsx:18
FunctionFormDateTimeSelect
(props: FieldProps<string, DateTimeSelectProps>)
packages/forms/src/components/Form/DateTimeSelect.tsx:7
← previousnext →301–400 of 1,723, ranked by callers