MCPcopy Create free account

hub / github.com/editablejs/editable / functions

Functions1,380 in github.com/editablejs/editable

FunctionExpandableCallout
({ children, type }: ExpandableCalloutProps)
apps/docs/src/components/mdx/expandable-callout.tsx:43
FunctionExpandableExample
({ children, title, excerpt, type }: ExpandableExampleProps)
apps/docs/src/components/mdx/expandable-example.tsx:25
FunctionExternalLink
({ href, target, children, ...props }: JSX.IntrinsicElements['a'])
apps/docs/src/components/external-link.tsx:1
FunctionFeedback
({ onSubmit = () => {} }: { onSubmit?: () => void })
apps/docs/src/components/layout/feedback.tsx:5
FunctionFontColorIcon
packages/ui/src/icon.tsx:799
FunctionFooter
()
apps/docs/src/components/layout/footer.tsx:10
FunctionFooterLink
({ href, title, type, }: { href: string title: string type: 'Previous' | 'Next' })
apps/docs/src/components/docs-footer.tsx:56
FunctionFooterLink
({ href, children, isHeader = false, }: { href?: string children: React.ReactNode isHeader?: boole
apps/docs/src/components/layout/footer.tsx:90
FunctionFullWidth
({ children }: { children: any })
apps/docs/src/components/mdx/mdx-components.tsx:340
FunctionGlobalStyles
()
apps/docs/src/styles/global.tsx:22
FunctionH1
({ className, ...props }: HeadingProps)
apps/docs/src/components/mdx/heading.tsx:53
FunctionH2
({ className, ...props }: HeadingProps)
apps/docs/src/components/mdx/heading.tsx:57
FunctionH3
({ className, ...props }: HeadingProps)
apps/docs/src/components/mdx/heading.tsx:66
FunctionH4
({ className, ...props }: HeadingProps)
apps/docs/src/components/mdx/heading.tsx:75
FunctionHeader
()
apps/docs/src/components/header.tsx:45
FunctionHeadingFiveIcon
packages/ui/src/icon.tsx:607
FunctionHeadingFourIcon
packages/ui/src/icon.tsx:591
FunctionHeadingOneIcon
packages/ui/src/icon.tsx:543
FunctionHeadingSixIcon
packages/ui/src/icon.tsx:626
FunctionHeadingThreeIcon
packages/ui/src/icon.tsx:575
FunctionHeadingTwoIcon
packages/ui/src/icon.tsx:559
FunctionHint
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx/challenges/index.tsx:4
FunctionHit
({ hit, children }: any)
apps/docs/src/components/search.tsx:19
FunctionHomepageHero
()
apps/docs/src/components/mdx/homepage-hero.tsx:5
FunctionHrComponent
({ children, attributes, editor, element })
packages/plugins/hr/src/components/hr.tsx:14
FunctionHrIcon
packages/ui/src/icon.tsx:751
FunctionHrPopover
({ editor, element, children })
packages/plugins/hr/src/components/hr-popover.tsx:30
FunctionIcon
({ name, className, ...props })
packages/ui/src/icon.tsx:894
FunctionIconCustom
({ className, children, })
packages/ui/src/icon.tsx:908
FunctionIllustration
({ caption, src, alt, author, authorLink, }: { caption: string src: string alt: string autho
apps/docs/src/components/mdx/mdx-components.tsx:178
FunctionIllustrationBlock
({ sequential, author, authorLink, children, }: { author: string authorLink: string sequential:
apps/docs/src/components/mdx/mdx-components.tsx:209
FunctionImageIcon
packages/ui/src/icon.tsx:675
FunctionInlineCode
({ isLink, ...props }: JSX.IntrinsicElements['code'] & InlineCodeProps)
apps/docs/src/components/mdx/inline-code.tsx:6
FunctionInlineToc
()
apps/docs/src/components/mdx/mdx-components.tsx:287
FunctionInlineTocItem
({ items }: { items: Array<NestedTocNode> })
apps/docs/src/components/mdx/mdx-components.tsx:293
FunctionInlineToolbar
()
packages/plugins/toolbar/src/inline/components/inline-toolbar.tsx:18
FunctionInputComponent
({ autoFocus })
packages/editor/src/components/input.tsx:27
FunctionInsertActionDefault
({ editor, table, left, top, height, width, index, })
packages/plugins/table/src/components/action.tsx:43
FunctionIntro
({ children }: IntroProps)
apps/docs/src/components/mdx/intro.tsx:7
FunctionItalicIcon
packages/ui/src/icon.tsx:20
FunctionKbd
(props: { children?: React.ReactNode })
apps/docs/src/components/search.tsx:27
FunctionLI
(p: JSX.IntrinsicElements['li'])
apps/docs/src/components/mdx/mdx-components.tsx:53
FunctionLabelElement
({ editor, element, template = OrderedListTemplates[0], }: { editor: Editable element: List templa
packages/plugins/list/src/ordered/plugin/with-ordered-list.tsx:16
FunctionLayout
({ content, toc, meta })
apps/docs/src/pages/[[...markdownPath]].js:7
FunctionLeadingIcon
packages/ui/src/icon.tsx:791
FunctionLeaf
(props: { isLast: boolean parent: Element leaf: Text text: Text renderPlaceholder?: PlaceholderRende
packages/editor/src/components/leaf.tsx:12
FunctionLearnMore
({ children, path }: { title: string; path?: string; children: any })
apps/docs/src/components/mdx/mdx-components.tsx:82
FunctionLevelText
({ type }: { type: LogLevel })
apps/docs/src/components/mdx/terminal-block.tsx:12
FunctionLink
({ href, className, children, ...props }: JSX.IntrinsicElements['a'])
apps/docs/src/components/mdx/link.tsx:7
FunctionLinkCreateComponent
()
packages/plugins/link/src/components/create.tsx:20
FunctionLinkIcon
packages/ui/src/icon.tsx:642
FunctionLinkWithTodo
({ href, children, ...props }: JSX.IntrinsicElements['a'])
apps/docs/src/components/mdx/mdx-components.tsx:306
FunctionListElement
({ element, attributes, children, onRenderLabel, StyledList, isAutoUpdateLabelStyle = true, }: Ren
packages/plugins/list/src/styles.tsx:56
FunctionLoadingIcon
packages/ui/src/icon.tsx:528
FunctionLoadingOverlay
({ clientId, dependenciesLoading, forceLoading, }: { clientId: string dependenciesLoading: boolean
apps/docs/src/components/mdx/sandpack/loading-overlay.tsx:11
FunctionMarkdownPage
({ children, meta, toc }: MarkdownProps<T>)
apps/docs/src/components/layout/markdown-page.tsx:21
FunctionMath
({ children }: { children: any })
apps/docs/src/components/mdx/mdx-components.tsx:105
FunctionMathI
({ children }: { children: any })
apps/docs/src/components/mdx/mdx-components.tsx:118
FunctionMaxWidth
({ children }: { children: any })
apps/docs/src/components/mdx/mdx-components.tsx:343
FunctionMentionComponent
({ editor, children, element, attributes, })
packages/plugins/mention/src/components/mention.tsx:11
FunctionMentionDecorate
()
packages/plugins/mention/src/components/mention-decorate.tsx:18
FunctionMentionSearch
({ editor, container, children })
packages/plugins/mention/src/components/mention-search.tsx:37
FunctionMenu
packages/ui/src/menu.tsx:65
FunctionMenuIcon
packages/ui/src/icon.tsx:480
FunctionMenuSub
packages/ui/src/menu.tsx:700
FunctionMyDocument
()
apps/docs/src/pages/_document.tsx:3
FunctionNOOP
()
packages/plugins/yjs/src/apply-to-yjs/index.ts:7
FunctionNav
()
apps/docs/src/components/layout/nav/nav.tsx:20
FunctionNavLink
({ href, children, isActive, target, className }: NavLinkProps)
apps/docs/src/components/layout/nav/nav-link.tsx:23
FunctionNavigation
({ challenges, handleChange, currentChallenge, isRecipes, }: { challenges: ChallengeContents[] han
apps/docs/src/components/mdx/challenges/navigation.tsx:7
FunctionNavigationBar
({ providedFiles }: { providedFiles: Array<string> })
apps/docs/src/components/mdx/sandpack/navigation-bar.tsx:28
FunctionNote
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx/mdx-components.tsx:66
FunctionOL
(p: JSX.IntrinsicElements['ol'])
apps/docs/src/components/mdx/mdx-components.tsx:52
FunctionOneToOneIcon
packages/ui/src/icon.tsx:707
FunctionOpenInCodeSandboxButton
()
apps/docs/src/components/mdx/sandpack/open-in-code-sandbox-button.tsx:5
FunctionOrderedListIcon
packages/ui/src/icon.tsx:191
FunctionOverflowIcon
packages/plugins/codeblock/src/components/icons.tsx:17
FunctionP
(p: JSX.IntrinsicElements['p'])
apps/docs/src/components/mdx/mdx-components.tsx:48
FunctionPackageImport
({ children }: PackageImportProps)
apps/docs/src/components/mdx/package-import.tsx:8
FunctionPage
({ children, toc }: PageProps)
apps/docs/src/components/layout/page.tsx:18
FunctionPageHeading
({ title, status, description, tags = [] }: PageHeadingProps)
apps/docs/src/components/page-heading.tsx:13
FunctionPasteIcon
packages/ui/src/icon.tsx:432
FunctionPasteTextIcon
packages/ui/src/icon.tsx:448
FunctionPitfall
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx/mdx-components.tsx:60
FunctionPlayground
()
apps/docs/src/pages/playground.tsx:138
FunctionPlusCircleIcon
packages/ui/src/icon.tsx:277
FunctionPlusIcon
packages/ui/src/icon.tsx:299
FunctionPopover
(props: PopoverProps)
packages/ui/src/popover.tsx:38
FunctionPopoverPortal
(props: PopoverPortalProps)
packages/ui/src/popover.tsx:176
FunctionPopper
(props: PopperProps)
packages/ui/src/popper.tsx:53
FunctionPresence
packages/ui/src/presence.tsx:12
FunctionPreview
({ isExpanded, className, lintErrors }: CustomPreviewProps)
apps/docs/src/components/mdx/sandpack/preview.tsx:30
FunctionRecap
({ children }: RecapProps)
apps/docs/src/components/mdx/recap.tsx:8
FunctionRecipes
(props: any)
apps/docs/src/components/mdx/mdx-components.tsx:138
FunctionRedoIcon
packages/ui/src/icon.tsx:496
FunctionRemoteCursors
()
packages/plugins/yjs/src/components/selection.tsx:39
FunctionRemoteSelection
({ data, selectionRects, caretPosition, }: CursorOverlayState<T>)
packages/plugins/yjs/src/components/selection.tsx:10
FunctionResetButton
({ onReset }: ResetButtonProps)
apps/docs/src/components/mdx/sandpack/reset-button.tsx:8
FunctionResizer
({ onResize, onChange, maxHeight, maxWidth, minHeight = 10, minWidth = 10, previewImage, holde
packages/ui/src/resizer.tsx:21
FunctionRotateLeftIcon
packages/ui/src/icon.tsx:717
← previousnext →801–900 of 1,380, ranked by callers