Sha256: 0ac1cc88bdc12bb6c1dfca6b1154e35e8677ba93b7778353c4a7d3eed119955d
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true module Phlexi module Table module Components class Placeholder < Base def view_template p(**attributes) { field.placeholder } end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phlexi-table-0.0.1 | lib/phlexi/table/components/placeholder.rb |