Sha256: 890e62f6b375dbbfcb9ff8d88811ff6e050fd2c47d56fe1ba960e9212aa3f5fc

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

module Docs
  class AlphaToggleSwitchPreview < ViewComponent::Preview
    def default; end

    def checked; end

    def disabled; end

    def checked_and_disabled; end

    def small; end

    def with_status_label_positioned_at_the_end; end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yattho_view_components-0.0.1 previews/docs/alpha_toggle_switch_preview.rb