• Live demo
  • Docs
  • API Reference
GitHub
@mdxeditor/editor package
Classes
Functions
Types
Interfaces
Variables
AdmonitionDirectiveDescriptor
BlockTypeSelect
BoldItalicUnderlineToggles
Button
ButtonOrDropdownButton
ButtonWithTooltip
CAN_USE_DOM
ChangeAdmonitionType
ChangeCodeMirrorLanguage
CodeMirrorEditor
CodeToggle
ConditionalContents
coreSystem
CreateLink
DialogButton
DiffSourceToggleWrapper
GenericDirectiveEditor
GenericJsxEditor
headingsPlugin
headingsPluginHooks
InsertAdmonition
InsertCodeBlock
InsertFrontmatter
InsertImage
InsertSandpack
InsertTable
InsertThematicBreak
IS_APPLE
KitchenSinkToolbar
ListsToggle
MDXEditor
MultipleChoiceToggleGroup
NestedEditorsContext
NestedLexicalEditor
PropertyPopover
Select
Separator
ShowSandpackInfo
SingleChoiceToggleGroup
TooltipWrap
UndoRedo
WHITESPACE_MARKER

ButtonWithTooltip variable

A toolbar button with a custom toolbar primitive.

Signature:

ButtonWithTooltip: ({ title, children, ...props }: Omit<RadixToolbar.ToolbarButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<object> & {
    title: string;
}) => React.JSX.Element
  • ButtonWithTooltip variable
Copyright © 2023 Petyo Ivanov
  • GitHub
  • Twitter
  • LinkedIn
  • Email