UNPKG

@pubsweet/ui

Version:

React component library for use in pubsweet apps

24 lines (20 loc) 305 B
AligmentTool with left box active ```js const data = [ { active: true, id: 'left', label: 'left' }, { active: false, id: 'right', label: 'right' } ]; const onClickAlignmentBox = () => null; <AlignmentTool data={data} onClickAlignmentBox={onClickAlignmentBox} /> ```