Sha256: 33ce5d328bde72eac0d1fc68922958636914b3266fc6941de8df21f6702d6a88
Contents?: true
Size: 233 Bytes
Versions: 13
Compression:
Stored size: 233 Bytes
Contents
# frozen_string_literal: true module Views class Card < ApplicationView def template(&block) article class: "drop-shadow p-5 rounded", &block end def title(text) h3 class: "font-bold" do text end end end end
Version data entries
13 entries across 13 versions & 2 rubygems