Sha256: 6da0eb767d44230685cc485175d02b223ccbba2fb0fc052feba98820fd678b35
Contents?: true
Size: 424 Bytes
Versions: 10
Compression:
Stored size: 424 Bytes
Contents
# frozen_string_literal: true module Renalware # Renders article markup with ttle and optional actions etc. # We use <article> extensively so this is a useful component that lets us # build more and more useful components. Other components can use this component # in their markup. class ArticleComponent < ApplicationComponent rattr_initialize [:title] with_content_areas :title_link, :actions end end
Version data entries
10 entries across 10 versions & 1 rubygems