New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

@frankhoodbs/app-loader-cmp

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frankhoodbs/app-loader-cmp

Simple app loader component

latest
npmnpm
Version
4.0.2
Version published
Maintainers
4
Created
Source

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.1000000000
--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.

FAQs

Package last updated on 26 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts