Class: Blacklight::Icons::CheckmarkComponent
- Inherits:
-
IconComponent
- Object
- ViewComponent::Base
- IconComponent
- Blacklight::Icons::CheckmarkComponent
- 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