Sha256: ccfd5629066e2894f35824e71ec6b5d7b2f6946c88755bd197314fe3f26eb37a
Contents?: true
Size: 199 Bytes
Versions: 4
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true module Components class Callout < Phlex::View def template(&block) div(class: "rounded bg-orange-50 text-sm p-5 border border-orange-100", &block) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phlex-0.4.0 | docs/components/callout.rb |
phlex-0.3.2 | docs/components/callout.rb |
phlex-0.3.1 | docs/components/callout.rb |
phlex-0.3.0 | docs/components/callout.rb |