98k-loading

0.2.0 • Public • Published

98k-loading

a loading plugin for 98k

Install

$ npm install --save 98k-loading

Quick start

index.js

import Kar98k from '98k';
import createLoading from '98k-loading';

const app = Kar98k();

app.use(createLoading());

Options

createLoading({
  namespace: 'loading' //default to 'loading',
  include: ['^example/fetch'], //filter action types, regex enabled, default to empty
  exclude: ['^counter/']  //default to empty
})

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i 98k-loading

    Weekly Downloads

    1

    Version

    0.2.0

    License

    ISC

    Unpacked Size

    4.71 kB

    Total Files

    3

    Last publish

    Collaborators

    • coiorz