Class: Cmdk::Base

Inherits:
Phlex::HTML
  • Object
show all
Defined in:
lib/cmdk/base.rb

Overview

Shared base for all cmdk components.

Direct Known Subclasses

Dialog, Empty, Footer, Group, Input, Item, List, Loading, Root, Separator

Constant Summary collapse

SR_ONLY_STYLE =

Inline equivalent of cmdk’s srOnlyStyles, used for the accessible label.

'position:absolute;width:1px;height:1px;padding:0;margin:-1px;' \
'overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0'.freeze