@frankhoodbs/loader-cmp
v4.0.2
Published
Simple loader component
Downloads
250
Keywords
Readme
Loader component
This component is a customizable loading indicator for Vue applications. The component has two different loading animations, that are selectable via prop.
API Reference
Props
| Name | Type | Description |
|:------------|:---------|:-------------------------|
| data-type | string | Type of animation to use |
Usage/Examples
<loader-cmp data-type="circular" />or
<loader-cmp data-type="dots" />