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