docz-plugin-splash
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

docz-plugin-splash

NPM version

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 --dev

After 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-splash will do the rest

LICENSE

MIT License

/docz-plugin-splash/

    Package Sidebar

    Install

    npm i docz-plugin-splash

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    29.2 kB

    Total Files

    10

    Last publish

    Collaborators

    • howard.zuo