Utility Sub-hooks ​
Four small utility composables live under vue/src/js/hooks/utils/. They are used internally by other hooks but can be imported directly when needed.
| Sub-hook | File | Purpose |
|---|---|---|
| useBadge | useBadge.js | Badge visibility and props for action buttons |
| useGenerate | useGenerate.js | Button prop generation with Inertia-aware href handling |
| usePagination | usePagination.js | Infinite-scroll / load-more pagination state |
| useSelect | useSelect.js | Select input prop definitions (makeSelectProps) |