# frozen_string_literal: true module Docs class PopoverComponentPreview < ViewComponent::Preview def default; end def large; end def caret_position; end def with_multiple_elements_in_the_body; end end end