sul-dlss/argo

View on GitHub
app/components/throbber.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# Draws an animation indicating the user should wait while the system is working
class Throbber < ViewComponent::Base
  def initialize(*); end
end