Sha256: a1163f78d7356e0923933a9a4d6d4926ff4d65dcdf0195bc1fd56127614b31fd
Contents?: true
Size: 486 Bytes
Versions: 5
Compression:
Stored size: 486 Bytes
Contents
# typed: false # frozen_string_literal: true module Ariadne module Layout module Wide 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
5 entries across 5 versions & 1 rubygems