Class: NitroKit::Dropdown::Trigger
- Inherits:
-
Data
- Object
- Data
- NitroKit::Dropdown::Trigger
- Defined in:
- app/components/nitro_kit/dropdown.rb
Instance Attribute Summary collapse
-
#aria ⇒ Object
readonly
Returns the value of attribute aria.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#css_class ⇒ Object
readonly
Returns the value of attribute css_class.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#disabled ⇒ Object
readonly
Returns the value of attribute disabled.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#icon_end ⇒ Object
readonly
Returns the value of attribute icon_end.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#variant ⇒ Object
readonly
Returns the value of attribute variant.
Instance Attribute Details
#aria ⇒ Object (readonly)
Returns the value of attribute aria
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def aria @aria end |
#content ⇒ Object (readonly)
Returns the value of attribute content
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def content @content end |
#css_class ⇒ Object (readonly)
Returns the value of attribute css_class
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def css_class @css_class end |
#data ⇒ Object (readonly)
Returns the value of attribute data
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def data @data end |
#disabled ⇒ Object (readonly)
Returns the value of attribute disabled
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def disabled @disabled end |
#html ⇒ Object (readonly)
Returns the value of attribute html
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def html @html end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def icon @icon end |
#icon_end ⇒ Object (readonly)
Returns the value of attribute icon_end
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def icon_end @icon_end end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def label @label end |
#size ⇒ Object (readonly)
Returns the value of attribute size
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def size @size end |
#text ⇒ Object (readonly)
Returns the value of attribute text
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def text @text end |
#variant ⇒ Object (readonly)
Returns the value of attribute variant
9 10 11 |
# File 'app/components/nitro_kit/dropdown.rb', line 9 def variant @variant end |