UNPKG

@pubsweet/ui

Version:

React component library for use in pubsweet apps

11 lines (9 loc) 214 B
Responsive layout with two columns on wider screens and a single column on smaller screens. ```js ;<TwoColumnLayout> <h1>Some thing</h1> <h1>Something else</h1> <h1>Another thing</h1> </TwoColumnLayout> ```