Sha256: b45d3ca4c653e338727cf5aba39b27c63ed26fa47086eba78be600512bf18649

Contents?: true

Size: 251 Bytes

Versions: 5

Compression:

Stored size: 251 Bytes

Contents

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

      def self.component_name
        :popover
      end

      private

      def default_options
        {class: 'tao-popover'}
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tao_ui-0.2.4 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.3 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.2 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.1 lib/tao_ui/components/popover_component.rb
tao_ui-0.2.0 lib/tao_ui/components/popover_component.rb