Shows an indeterminate loading bar for 3 seconds
Shows a progress bar with specific percentages and messages
Shows a longer loading operation (8 seconds)
Simple Loading: startLoading('Message') → stopLoading()
Progress Loading: setLoadingProgress(50, 'Message')
In Components: const { startLoading, stopLoading } = useLoading()