Class: UiComponents::DaisyUi::DataDisplayComponentsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- UiComponents::DaisyUi::DataDisplayComponentsController
- Defined in:
- app/controllers/ui_components/daisy_ui/data_display_components_controller.rb
Instance Method Summary collapse
- #accordion ⇒ Object
- #avatar ⇒ Object
- #badge ⇒ Object
- #card ⇒ Object
- #carousel ⇒ Object
- #chat ⇒ Object
- #countdown ⇒ Object
- #diff ⇒ Object
- #kbd ⇒ Object
- #list ⇒ Object
- #stat ⇒ Object
- #status ⇒ Object
- #table ⇒ Object
- #timeline ⇒ Object
Instance Method Details
#accordion ⇒ Object
6 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 6 def accordion; end |
#avatar ⇒ Object
8 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 8 def avatar; end |
#badge ⇒ Object
10 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 10 def badge; end |
#card ⇒ Object
12 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 12 def card; end |
#carousel ⇒ Object
14 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 14 def carousel; end |
#chat ⇒ Object
16 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 16 def chat; end |
#countdown ⇒ Object
18 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 18 def countdown; end |
#diff ⇒ Object
20 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 20 def diff; end |
#kbd ⇒ Object
22 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 22 def kbd; end |
#list ⇒ Object
24 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 24 def list; end |
#stat ⇒ Object
26 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 26 def stat; end |
#status ⇒ Object
28 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 28 def status; end |
#table ⇒ Object
30 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 30 def table; end |
#timeline ⇒ Object
32 |
# File 'app/controllers/ui_components/daisy_ui/data_display_components_controller.rb', line 32 def timeline; end |