Module: Uistiti
- Defined in:
- app/components/previews/uistiti/alpha/flex_preview.rb,
lib/uistiti.rb,
lib/uistiti/engine.rb,
lib/uistiti/version.rb,
app/jobs/uistiti/application_job.rb,
app/components/uistiti/alpha/flex.rb,
app/components/uistiti/alpha/link.rb,
app/components/uistiti/alpha/image.rb,
app/components/uistiti/alpha/button.rb,
app/components/uistiti/alpha/navbar.rb,
app/components/uistiti/alpha/toggle.rb,
app/models/uistiti/application_record.rb,
app/components/uistiti/alpha/container.rb,
app/helpers/uistiti/application_helper.rb,
app/mailers/uistiti/application_mailer.rb,
app/components/uistiti/alpha/form_submit.rb,
app/components/uistiti/alpha/main_layout.rb,
lib/generators/uistiti/component_generator.rb,
app/components/uistiti/alpha/form_input_group.rb,
app/controllers/uistiti/application_controller.rb,
app/controllers/uistiti/lookbook/dummy_controller.rb,
app/components/previews/uistiti/alpha/link_preview.rb,
app/components/previews/uistiti/alpha/image_preview.rb,
app/components/previews/uistiti/alpha/button_preview.rb,
app/components/previews/uistiti/alpha/navbar_preview.rb,
app/components/previews/uistiti/alpha/toggle_preview.rb,
app/components/previews/uistiti/alpha/container_preview.rb,
app/components/previews/uistiti/alpha/main_layout_preview.rb
Overview
Setup Playground to use all available component props Setup Features to use individual component props and combinations
Defined Under Namespace
Modules: Alpha, ApplicationHelper, Lookbook Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, ComponentGenerator, Engine
Constant Summary collapse
- VERSION =
"0.2.5"
Class Method Summary collapse
Class Method Details
.stimulus_controllers_directory ⇒ Object
5 6 7 |
# File 'lib/uistiti.rb', line 5 def self.stimulus_controllers_directory Uistiti::Engine.stimulus_controllers_directory end |