Sha256: ffece1929d3e6759f73ddbc04d6dadb198f9f8f9a4637acd37143dd7102877d7
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module Docs class BetaSubheadPreview < 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/beta_subhead_preview.rb |