Sha256: c2a18f92a1da3ca5362ac1bb004210619023686f976efc8f10503184d5f3c35d
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module Docs class BlankslateComponentPreview < ViewComponent::Preview def basic; end def icon; end def loading; end def custom_content; end def action_button; end def link; end def variations; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.0.1 | previews/docs/blankslate_component_preview.rb |