Sha256: bd5807d879d462382a62004dd10c492c961d319deeb85935f3f0910334fedef8
Contents?: true
Size: 166 Bytes
Versions: 4
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true module Components class Title < Phlex::HTML def template(&block) h1(class: "text-3xl font-semibold my-5", &block) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phlex-0.5.3 | docs/components/title.rb |
phlex-0.5.2 | docs/components/title.rb |
phlex-0.5.1 | docs/components/title.rb |
phlex-0.5.0 | docs/components/title.rb |