Class: Blacklight::Icons::CheckmarkComponent

Inherits:
IconComponent
  • Object
show all
Defined in:
app/components/blacklight/icons/checkmark_component.rb

Overview

Checkmark icon (Bootstrap Icons bi-check2) used to indicate the active selection. You can override the default svg by setting:

Blacklight::Icons::Check2Component.svg = '<svg>your SVG here</svg>'

Method Summary

Methods inherited from IconComponent

#call, #classes, #initialize, #name

Constructor Details

This class inherits a constructor from Blacklight::Icons::IconComponent