Method: Primer::Beta::Spinner#no_aria_label?

Defined in:
app/components/primer/beta/spinner.rb

#no_aria_label?Boolean

Returns:

  • (Boolean)

48
49
50
51
# File 'app/components/primer/beta/spinner.rb', line 48

def no_aria_label?
  !@system_arguments[:aria][:label] && !@system_arguments[:"aria-label"] &&
      !@system_arguments[:aria][:labelledby] && !@system_arguments[:"aria-labelledby"]
end