Easy to use loading animations for React projects. Uses SVG animations from SamHerbert SVG-Loaders project.
npm i vue-loading-components
or
yarn add vue-loading-components
- Audio
- BallTriangle
- Bars
- Circles
- Grid
- Hearts
- Oval
- Puff
- Rings
- SpinningCircles,
- TailSpin,
- ThreeDots
<template>
<Audio :width="64" :height="64" :fill="'yellow'" />
</template>
<script>
import { Audio } from 'vue-loading-components'
export default {
name: 'HelloWorld',
components: { Audio }
}
</script>
Name | Type | Default Value |
---|---|---|
fill | String | #ffffff |
height | Number or String | 64 (px) |
width | Number or String | 64 (px) |
MIT