-
Notifications
You must be signed in to change notification settings - Fork 486
Open
Description
Feature Request:
Enable view_components to support loading components from multiple configurable directories, including packs/*/app/components, to better integrate with modular Rails applications using packs (ruby-at-scale)..
Motivation:
Currently, view_components only loads from app/components. With packs, components may reside in app/components or in any packs/*/app/components. Supporting multiple component paths would allow for better modularization and organization, aligning with the packwerk approach.
Suggested Solution:
Add configuration to specify additional component directories.
Ensure autoloading and lookup work seamlessly across all specified paths.
vpiau
Metadata
Metadata
Assignees
Labels
No labels