1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 02:49:56 +02:00

Add renderPlaceholder (#4190)

This commit is contained in:
Julian Krispel-Samsel
2021-04-23 21:22:11 +01:00
committed by GitHub
parent 3c5cb198df
commit ea2eefefb8
9 changed files with 138 additions and 28 deletions

View File

@@ -26,6 +26,7 @@ import SearchHighlighting from '../../examples/search-highlighting'
import ShadowDOM from '../../examples/shadow-dom'
import Tables from '../../examples/tables'
import IFrames from '../../examples/iframe'
import CustomPlaceholder from '../../examples/custom-placeholder'
// node
import { getAllExamples } from '../api'
@@ -50,6 +51,7 @@ const EXAMPLES = [
['Shadow DOM', ShadowDOM, 'shadow-dom'],
['Tables', Tables, 'tables'],
['Rendering in iframes', IFrames, 'iframe'],
['Custom placeholder', CustomPlaceholder, 'custom-placeholder'],
]
const Header = props => (