Module: Attachable

Extended by:
ActiveSupport::Concern
Included in:
AccordionComponent, ButtonComponent, LabelComponent, MenuComponent, MessageComponent, SegmentComponent
Defined in:
app/components/concerns/attachable.rb

Overview

Attachable — adds an ‘attached` boolean attribute to a component.

Usage:

class ButtonComponent < Component
  include Attachable
end