Export components:
- AlignCenter: value
center
- AlignLeft: value
left
- AlignRight: value
right
This will add a data key called align
(change the data key by passing this.props.type
): value is one of center
, left
, right
.
import {AlignCenter, AlignLeft, AlignRight} from '@canner/slate-icon-align';
Plugin:
import {ParagraphPlugin} from '@canner/slate-icon-shared';