UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

7 lines (6 loc) 212 B
Placeholder for empty states inside other components or layouts. ```js <div style={{ position: 'relative', widith: '100%', height: '200px' }}> <NoContent message="There is no data available" icon /> </div> ```