3.0.1 • Published 6 months ago

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

Weekly downloads
51
License
MIT
Repository
-
Last release
6 months 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

7 months ago

3.0.1

6 months ago

3.0.0

6 months ago

3.0.0-alpha.4

8 months ago

3.0.0-alpha.1

2 years ago

3.0.0-alpha.3

1 year ago

3.0.0-alpha.2

2 years ago

2.0.0

2 years ago

2.0.0-alpha.7

2 years ago

2.0.0-alpha.6

2 years ago

2.0.0-alpha.5

3 years ago

2.0.0-alpha.4

3 years ago

2.0.0-alpha.3

3 years ago

2.0.0-alpha.1

3 years ago

2.0.0-alpha.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago