Sha256: c852e26ea1361883f3031a175f8f0c110705ae79ac3d7ecb3eacdab720448c1a

Contents?: true

Size: 254 Bytes

Versions: 10

Compression:

Stored size: 254 Bytes

Contents

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

      def self.component_name
        :sortable
      end

      private

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

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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