Package Exports
- @remirror/react-components
- @remirror/react-components/all-icons
- @remirror/react-components/package.json
- @remirror/react-components/types/all-icons
- @remirror/react-components/types/components/color-picker-component
- @remirror/react-components/types/components/command-icon-component
- @remirror/react-components/types/components/dialog-component
- @remirror/react-components/types/components/emoji-popup-component
- @remirror/react-components/types/components/index
- @remirror/react-components/types/components/mention-atom-popup-component
- @remirror/react-components/types/components/table-size-editor-component
- @remirror/react-components/types/floating-menu
- @remirror/react-components/types/icons/all
- @remirror/react-components/types/icons/core
- @remirror/react-components/types/icons/icons-base
- @remirror/react-components/types/icons/icons-context
- @remirror/react-components/types/icons/index
- @remirror/react-components/types/index
- @remirror/react-components/types/menu/index
- @remirror/react-components/types/providers/index
- @remirror/react-components/types/providers/theme-provider
- @remirror/react-components/types/react-component-types
- @remirror/react-components/types/react-component-utils
- @remirror/react-components/types/reakit-system/button
- @remirror/react-components/types/reakit-system/composite
- @remirror/react-components/types/reakit-system/dialog
- @remirror/react-components/types/reakit-system/form
- @remirror/react-components/types/reakit-system/group
- @remirror/react-components/types/reakit-system/index
- @remirror/react-components/types/reakit-system/input
- @remirror/react-components/types/reakit-system/menu
- @remirror/react-components/types/reakit-system/palette
- @remirror/react-components/types/reakit-system/popover
- @remirror/react-components/types/reakit-system/role
- @remirror/react-components/types/reakit-system/separator
- @remirror/react-components/types/reakit-system/tab
- @remirror/react-components/types/reakit-system/tabbable
- @remirror/react-components/types/reakit-system/toolbar
- @remirror/react-components/types/reakit-system/tooltip
- @remirror/react-components/types/toolbar/index
- @remirror/react-components/types/use-popper
Readme
@remirror/react-components
A selection of core react components for your remirror editor.
Installation
# yarn
yarn add @remirror/react-components @remirror/react
# pnpm
pnpm add @remirror/react-components @remirror/react
# npm
npm install @remirror/react-components @remirror/reactThis is included by default when you install the recommended remirror package. All exports are also available via the entry-point, remirror/react/components.
Usage
When using the components from this library make sure to wrap your editor in the ThemeProvider.