Sha256: bf03fdb311022f2542423e54590ea3ca84574de97f5d253b133874bbb6f692e5

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

class AvatarComponent < ViewComponent::Base
  def initialize(image:, url: nil, options: {})
    super

    @image = image
    @url = url
    @options = options
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alveole-0.0.1 lib/alveole/components/avatar_component.rb