1.3.8 • Published 1 day ago

@frankhoodbs/app-loader-cmp v1.3.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 day ago

App Loader Cmp

The App Loader Cmp is a Vue component designed to display a loader with two different visual styles. The interface of the component is designed to be extensible and customizable using props, slots, and custom CSS properties.

Version License

Props

PropDescriptionTypeDefault Value
data-showDetermines whether to show or hide the loader component.Booleanfalse
data-typeSpecifies the type of loader to display. Available types are 'circular' and 'dots'.'circular' | 'dots''circular'

Slots

Slot NameDescription
defaultAllows overriding the default content of the loader component.

Custom CSS Properties

CSS PropertyDescriptionDefault Value
--app-loader-cmp-z-indexZ-index of the loader component.100000000
--app-loader-cmp-backgroundBackground color of the loader component.rgba(#000000, 0.2)
--app-loader-cmp-transition-durationDuration of the fade-in and fade-out transition effect of the loader component.0.5s
--app-loader-cmp-transition-timing-functionTiming function for the fade-in and fade-out transition effect of the loader component.ease

Usage

<app-loader-cmp :data-show="true" data-type="dots" />

For further customization of the component, you can use the default slot or override the custom CSS variables in your global style.

1.3.7

1 day ago

1.3.4

2 days ago

1.3.8

1 day ago

1.3.3

6 days ago

1.3.2

19 days ago

1.3.1

22 days ago

1.3.0

23 days ago

1.2.17

23 days ago

1.2.16

2 months ago

1.2.14

2 months ago

1.2.15

2 months ago

1.2.13

2 months ago

1.2.12

3 months ago

1.2.11

3 months ago

1.2.10

4 months ago

1.2.9

4 months ago

1.2.8

4 months ago

1.2.7

4 months ago

1.2.6

4 months ago

1.2.3

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.1.47

7 months ago

1.1.46

7 months ago

1.1.42

7 months ago

1.1.41

7 months ago

1.1.39

7 months ago

1.1.38

7 months ago

1.1.37

8 months ago

1.1.36

8 months ago

1.1.35

8 months ago

1.1.34

8 months ago

1.1.33

8 months ago

1.1.32

8 months ago

1.1.31

8 months ago