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:
committed by
GitHub
parent
3c5cb198df
commit
ea2eefefb8
@@ -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 => (
|
||||
|
Reference in New Issue
Block a user