Sha256: d855b82e50bddf0a6f401f2d15bdbf904eff4fdc7dd6ff9058aeb157cd05fb96
Contents?: true
Size: 374 Bytes
Versions: 429
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true module Playbook module PbDialog class DialogHeader < Playbook::KitBase prop :title def classname generate_classname("dialog_header") end def sticky_header "dialog_sticky_header" end def times_icon "app/pb_kits/playbook/utilities/icons/times.svg" end end end end
Version data entries
429 entries across 429 versions & 1 rubygems