Sha256: 6a8abe39cb153d8e959bc9a4dabda179f40c982bf10cc2672739896dee5e80a9
Contents?: true
Size: 482 Bytes
Versions: 73
Compression:
Stored size: 482 Bytes
Contents
module Coco module Concerns module WithDropdownOptions extend ActiveSupport::Concern include AcceptsOptions included do accepts_option :dropdown, alias: "tippy" do |dd| dd.accepts_option :placement, from: %w[top top-start top-end right right-start right-end bottom bottom-start bottom-end left left-start left-end auto auto-start auto-end], default: "bottom-start" end end end end end
Version data entries
73 entries across 73 versions & 1 rubygems