
Security News
Socket Security Analysis Is Now One Click Away on npm
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.
@frankhoodbs/app-loader-cmp
Advanced tools
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.
| Prop | Description | Type | Default Value |
|---|---|---|---|
data-show | Determines whether to show or hide the loader component. | Boolean | false |
data-type | Specifies the type of loader to display. Available types are 'circular' and 'dots'. | 'circular' | 'dots' | 'circular' |
| Slot Name | Description |
|---|---|
default | Allows overriding the default content of the loader component. |
| CSS Property | Description | Default Value |
|---|---|---|
--app-loader-cmp-z-index | Z-index of the loader component. | 1000000000 |
--app-loader-cmp-background | Background color of the loader component. | rgba(#000000, 0.2) |
--app-loader-cmp-transition-duration | Duration of the fade-in and fade-out transition effect of the loader component. | 0.5s |
--app-loader-cmp-transition-timing-function | Timing function for the fade-in and fade-out transition effect of the loader component. | ease |
<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
Simple app loader component
The npm package @frankhoodbs/app-loader-cmp receives a total of 56 weekly downloads. As such, @frankhoodbs/app-loader-cmp popularity was classified as not popular.
We found that @frankhoodbs/app-loader-cmp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

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.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.