Sha256: 3b84659d480b7f1d350d17251d0e9e6dae89222cd2e91597dfb4d40e51e33b07
Contents?: true
Size: 185 Bytes
Versions: 22
Compression:
Stored size: 185 Bytes
Contents
module Spina module UserInterface class ModalComponent < ApplicationComponent def initialize(size: "max-w-lg") @size = size end end end end
Version data entries
22 entries across 22 versions & 1 rubygems