0.1.1 • Published 6 years ago

gatsby-page-is-loading v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gastby-page-is-loading

A React component to detect and toggle elements when a Gatsby page is loading.

Installation

With Yarn:

yarn add gatsby-page-is-loading

With npm:

npm install --save gatsby-page-is-loading

Usage

import PageIsLoading from 'gatsby-page-is-loading'

...

<PageIsLoading>Page is loading...</PageIsLoading>