UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

11 lines (10 loc) 280 B
```js import { Column } from 'gfw-components'; <div style={{ backgroundColor: '#f0f0f0', padding: '20px 0' }}> <Row> <Column> <p style={{ backgroundColor: '#f9f9f9', padding: '15px' }}>Content with a max width and wrapper padding</p> </Column> </Row> </div> ```