# frozen_string_literal: true module Docs class AlphaTabNavPreview < ViewComponent::Preview def default_with_nav; end def default_with_div; end def with_icons_and_counters; end def with_extra_content; end def adding_extra_content_after_the_tabs; end def customizing_the_body; end end end