Sha256: 2548c27fbd9bb4d136d0bad37742ad3dd2082b09c776153a67233279f0df0f5c
Contents?: true
Size: 530 Bytes
Versions: 8
Compression:
Stored size: 530 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-h-screen", "ariadne-grow", "ariadne-bg-background", "dark:ariadne-bg-background-dark", "ariadne-py-6", "ariadne-px-1", ] end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems