3.0.1 • Published 2 years ago

sham-ui-without-flush-loader v3.0.1

Weekly downloads
51
License
MIT
Repository
-
Last release
2 years ago

sham-ui-without-flush-loader

Build Status npm version MIT Licence

Loader without flush for sham-ui

Install

# npm
npm install sham-ui-without-flush-loader
# yarn
yarn add sham-ui-without-flush-loader

API

Table of Contents

WithoutFlushLoaderOptions

Options for WithoutFlushLoader

Type: Object

Properties
  • loadingComponent Object Component for loading indicator
  • delay number Delay (ms) before REAL show loadingComponent. Default 100

WithoutFlushLoader

Loader without flush for sham-ui

Properties
Examples
{% import WithoutFlushLoader from 'sham-ui-without-flush-loader' %}
...
  {% if loaded %}
    Content loaded!
  {% else %}
    <WithoutFlushLoader
      loadingComponent={{ComponentForLoading}}/>
  {% endif %}
...
3.0.0-alpha.5

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.0-alpha.4

2 years ago

3.0.0-alpha.1

3 years ago

3.0.0-alpha.3

3 years ago

3.0.0-alpha.2

3 years ago

2.0.0

3 years ago

2.0.0-alpha.7

3 years ago

2.0.0-alpha.6

4 years ago

2.0.0-alpha.5

4 years ago

2.0.0-alpha.4

4 years ago

2.0.0-alpha.3

4 years ago

2.0.0-alpha.1

4 years ago

2.0.0-alpha.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago