Revel
GitHub
GitHub
  • Overview

    • Getting started
    • FAQ
    • Release notes
  • Foundations

    • Meet the standard
    • Accessibility
    • Internationalization
    • Information hierarchy
    • Speed
  • Design

    • Visual principles
    • Colors
    • Space
    • Icons
    • Typography
  • Design tokens
  • Style helpers
  • Content

    • Express your ideas
    • Actionable language
    • Inclusive and accessible language
    • Alternative text
    • Grammar and mechanics
      • Basics
      • Capitalization
      • Dates and units of measurement
      • Punctuation
  • Components

    • Alert
    • Avatar
    • Badge
    • Button
    • Button group
    • Checkbox
    • Date Input
      • dates
      • datetimes
      • ranges
    • Field group
    • File upload
    • Flex
    • Grid
    • Icon
    • Image
    • Input
    • Loader
    • Modal
    • Month picker
    • Pagination
    • Popper
    • Radio
    • Repeater
    • Select
    • Tabs
    • Tile
    • Toast
    • Toggle
  • Directives

    • Click outside
    • Tooltip

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

loader-within-div.vue

Spinner

loader-spinner.vue

API

Props

NameTypeDefaultDescription
showbooleantrue

Boolean value to show or hide component

loadingbooleantrue

Flag to start / stop animation

fullscreenbooleantrue

Fill parent component or entire application

spinnerbooleanfalse

Changes the loader icon to a spinner

Edit this page
Last Updated: 7/16/24, 8:45 PM
Contributors: Alberto Gualis, John Hannagan, Weetbix, Cesar Level
Prev
Input
Next
Modal