0.0.36 • Published 6 years ago
@contentkit/buttons v0.0.36
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.36
6 years ago
0.0.35
6 years ago
0.0.34
6 years ago
0.0.25
6 years ago
0.0.24
6 years ago
0.0.23
6 years ago
0.0.22
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago