# frozen_string_literal: true module Docs class NavigationTabComponentPreview < ViewComponent::Preview def default; end def with_icons_and_counters; end def inside_a_list; end def with_custom_html; end end end