Sha256: bf1d369c7ca7fb64c75aebcbec9b7129580014a9b40d386ffd42d3ed5d633e81
Contents?: true
Size: 183 Bytes
Versions: 1
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true class Alveole::Sidebar::HeadingComponent < ViewComponent::Base def initialize(title: nil, image: nil) @title = title @image = image end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alveole-1.0.0.pre.alpha.1 | app/components/alveole/sidebar/heading_component.rb |