1.0.1 • Published 7 years ago
docz-plugin-splash v1.0.1
docz-plugin-splash
Docz plugin to enable splash spinner before static assets load, and destroy the spinner after the doc actually rendered
Installation
First of all, install plugin:
$ yarn add docz-plugin-splash --devAfter that, use the plugin on your doczrc.js:
// doczrc.js
import { splash } from 'docz-plugin-splash'
export default {
plugins: [
splash()
]
}This is all you need to do,
docz-plugin-splashwill do the rest
