Sha256: 2898fff4fd2a0d5e37037cb323e0e1d6add6a2bfa29e68effebd0159d1fc9c0b
Contents?: true
Size: 488 Bytes
Versions: 20
Compression:
Stored size: 488 Bytes
Contents
# typed: false # frozen_string_literal: true module Ariadne module Layout module Narrow class Component < BaseComponent renders_one :footer, Ariadne::BaseComponent::ACCEPT_ANYTHING style do base do [ "ariadne-grow", "ariadne-bg-zinc-50", "dark:ariadne-bg-zinc-900", "ariadne-py-6", "ariadne-px-1", ] end end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems