Sha256: bab9a15caf2abc77e6d9e6c1c112ce88ac1464ea13871d8f29d80d20a8aa7991
Contents?: true
Size: 656 Bytes
Versions: 32
Compression:
Stored size: 656 Bytes
Contents
# typed: false # frozen_string_literal: true module Ariadne module UI module Table module Row class Component < Ariadne::BaseComponent attr_accessor :context renders_one :row_action, Ariadne::UI::Combobox::Component renders_many :cells, Ariadne::UI::Table::Cell::Component style :row do base do [ "ariadne-border-b", "ariadne-transition-colors", "hover:ariadne-bg-muted/50", "data-[state=selected]:ariadne-bg-muted", ] end end end end end end end
Version data entries
32 entries across 32 versions & 1 rubygems