UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

7 lines (6 loc) 267 B
Simple css animated loader. Requires the parent to have the class property `position: relative` in order to be positioned correctly. ```js <div style={{ position: 'relative', width: '200px', height: '100px' }}> <Loader message="fetching your data..." /> </div> ```