Sha256: 5dd12bfa6a747bf56fba4dcc73eacba874f2ac424713e379dc828e1b53a2fdf2
Contents?: true
Size: 394 Bytes
Versions: 576
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module Playbook module PbTable class TableCell < Playbook::KitBase prop :tag, type: Playbook::Props::Enum, values: %w[table div], default: "table" prop :text, type: Playbook::Props::String, default: "" def classname generate_classname("pb_table_td") end end end end
Version data entries
576 entries across 576 versions & 1 rubygems