Sha256: 5cea6bc7f405bacf127ad4de70e347b1efb14f1525ba054cb3f425abeadf0fd8
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module Docs class SubheadComponentPreview < ViewComponent::Preview def default; end def with_dangerous_heading; end def with_long_description; end def without_border; end def with_actions; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.0.1 | previews/docs/subhead_component_preview.rb |