Skip to content

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-hookFilePurpose
useBadgeuseBadge.jsBadge visibility and props for action buttons
useGenerateuseGenerate.jsButton prop generation with Inertia-aware href handling
usePaginationusePagination.jsInfinite-scroll / load-more pagination state
useSelectuseSelect.jsSelect input prop definitions (makeSelectProps)