Loading Bar Demo

Simple Loading

Shows an indeterminate loading bar for 3 seconds

Progress Loading

Shows a progress bar with specific percentages and messages

Long Loading

Shows a longer loading operation (8 seconds)

Usage Examples

Simple Loading: startLoading('Message')stopLoading()

Progress Loading: setLoadingProgress(50, 'Message')

In Components: const { startLoading, stopLoading } = useLoading()

Chat on Telegram