import * as React from 'react'import { Loader } from 'welcome-ui/Loader'const Example = () => {return <Loader />}export default Example
The Loader component is a visual indicator used to show that a process or operation is in progress. It provides feedback to users, signaling that the application is busy and they should wait for the task to complete. This component is essential for improving user experience by managing expectations during loading times and ensuring users are informed about ongoing activities.