0.0.50 • Published 7 years ago
draft-js-custom-buttons v0.0.50
DraftJS Buttons
Important: Include after the Editor
For the toolbar to work correctly, you must include the <Toolbar> component after the editor component:
<Editor .../>
<Toolbar />Using the Subscript and Superscript buttons requires a custom style map:
<Editor
customStyleMap={{
SUBSCRIPT: { fontSize: '0.6em', verticalAlign: 'sub' },
SUPERSCRIPT: { fontSize: '0.6em', verticalAlign: 'super' }
}}
/>
<Toolbar />0.0.50
7 years ago
0.0.49
7 years ago
0.0.48
7 years ago
0.0.47
7 years ago
0.0.46
7 years ago
0.0.45
7 years ago
0.0.43
7 years ago
0.0.42
7 years ago
0.0.41
7 years ago
0.0.40
7 years ago
0.0.34
7 years ago
0.0.32
7 years ago
0.0.31
7 years ago
0.0.30
7 years ago
0.0.29
7 years ago
0.0.26
7 years ago
0.0.25
7 years ago
0.0.24
7 years ago
0.0.23
7 years ago
0.0.22
7 years ago
0.0.21
8 years ago
0.0.20
8 years ago
0.0.19
8 years ago
0.1.0-alpha.1112b19b
8 years ago
0.1.0-alpha.473e3bca
8 years ago
0.0.19-0-next.6f0b7daf
8 years ago
0.0.18
8 years ago
0.0.17
8 years ago