4.9.4 • Published 6 months ago

@yoopta/divider v4.9.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Divider

Overview

Installation

yarn add @yoopta/divider

Elements

divider

  • props
  • color: string
  • theme: 'solid' | 'dashed' | 'dotted' | 'gradient'

Commands

export type DividerCommands = {
  buildDividerElements: (editor: YooEditor, options?: Partial<DividerElementProps>) => DividerElement,
  insertDivider: (editor: YooEditor, options?: Partial<DividerInsertOptions>) => void,
  deleteDivider: (editor: YooEditor, blockId: string) => void,
  updateDivider: (editor: YooEditor, blockId: string, props: Partial<DividerElementProps>) => void,
};

buildDividerElements

buildDividerElements: (editor: YooEditor, options?: Partial``) => DividerElement;

Define elements structure for slate value in your block

insertDivider

editor.methods.insertDivider(blockId: string, options?: Partial``) => void

Insert divider block in specific path with options

Options:

  • color: string
  • theme: 'solid' | 'dashed' | 'dotted' | 'gradient'

deleteDivider

deleteDivider: (editor: YooEditor, blockId: string) => void;

Delete divider block

updateDivider

updateDivider: (editor: YooEditor, blockId: string, props: Partial``) => void;

Update divider props

Options:

  • color: string
  • theme: 'solid' | 'dashed' | 'dotted' | 'gradient'

Hotkeys

OperationHotkey
Switch themes when block is focusedcmd+shift+d

Styling

ClassnameElement
yoopta-dividerRoot of divider
yoopta-divider-themeDivider element with specific theme
4.9.4

6 months ago

4.9.4-rc.1

6 months ago

4.9.4-rc.0

6 months ago

4.9.3

7 months ago

4.9.3-alpha.0

7 months ago

4.9.2

8 months ago

4.9.2-rc.0

8 months ago

4.9.2-rc.2

8 months ago

4.9.2-rc.1

8 months ago

4.9.0

9 months ago

4.8.5-rc.9

9 months ago

4.9.1

8 months ago

4.8.5-rc.10

9 months ago

4.8.5-rc.11

9 months ago

4.8.5-rc.7

9 months ago

4.8.5-rc.8

9 months ago

4.8.5-rc.6

9 months ago

4.8.5-rc.5

9 months ago

4.8.5-rc.4

9 months ago

4.8.4-rc.0

9 months ago

4.8.4

9 months ago

4.8.3

10 months ago

4.8.3-rc.0

10 months ago

4.8.2

10 months ago

4.8.1

10 months ago

4.8.0

10 months ago

4.7.1-rc.8

10 months ago

4.7.1-rc.7

10 months ago

4.7.1-rc.6

10 months ago

4.7.1-rc.4

10 months ago