Class: Railsboot::TeamMemberComponent

Inherits:
Component
  • Object
show all
Defined in:
app/components/railsboot/team_member_component.rb

Overview

ViewComponent: renders the team member block.

Instance Method Summary collapse

Constructor Details

#initialize(**html_attributes) ⇒ TeamMemberComponent

Returns a new instance of TeamMemberComponent.



28
29
30
# File 'app/components/railsboot/team_member_component.rb', line 28

def initialize(**html_attributes)
  @html_attributes = html_attributes
end