Sha256: a3a8966f48c030f95491efbc55b2e2cf3d32efceee94965e352a7c14e30342ee

Contents?: true

Size: 286 Bytes

Versions: 11

Compression:

Stored size: 286 Bytes

Contents

module TaoUi
  module Components
    class PopoverComponent < TaoOnRails::Components::Base

      def self.component_name
        :popover
      end

      private

      def default_options
        {class: 'tao-popover', auto_hide: true, with_arrow: true}
      end

    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tao_ui-1.0.0.beta.1 lib/tao_ui/components/popover_component.rb
tao_ui-0.3.4 lib/tao_ui/components/popover_component.rb
tao_ui-0.3.3 lib/tao_ui/components/popover_component.rb
tao_ui-0.3.2 lib/tao_ui/components/popover_component.rb
tao_ui-0.3.1 lib/tao_ui/components/popover_component.rb
tao_ui-0.3.0 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.10 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.9 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.8 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.7 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.6 lib/tao_ui/components/popover_component.rb