Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mp3martin/page-loading-custom-personal
Next.js page loading wrapper. Made for personal use, but you can use it.
https://github.com/mp3martin/page-loading-custom-personal
Last synced: 27 days ago
JSON representation
Next.js page loading wrapper. Made for personal use, but you can use it.
- Host: GitHub
- URL: https://github.com/mp3martin/page-loading-custom-personal
- Owner: MP3Martin
- License: mit
- Created: 2023-01-09T20:05:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T07:13:09.000Z (2 months ago)
- Last Synced: 2024-10-10T19:20:29.897Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# page-loading-custom-personal
Next.js page loading wrapper. Made for personal use, but you can use it too. This package still requires setup, you can not just wrap the entire project inside this. This is for the visuals only, you need to use [next/dynamic](https://nextjs.org/docs/advanced-features/dynamic-import) for the actual loading.## Installation
```
yarn add @mp3martin/page-loading-custom-personal
```## Import
```js
import { PageLoading } from '@mp3martin/page-loading-custom-personal';
```