Loader
Indicate the loading state of a component or page with brand's logo spinner. Rendered only with basic HTML and CSS as a Vue component.
Usage
import { RLoader } from '@rebilly/revel';
<r-loader />
Examples
Spinner
Name | Type | Default | Description |
---|---|---|---|
show | boolean | true | Boolean value to show or hide component |
loading | boolean | true | Flag to start / stop animation |
fullscreen | boolean | true | Fill parent component or entire application |
spinner | boolean | false | Changes the loader icon to a spinner |