Progress indicator
Component
Provide visual feedback to users while loading.
Related components: File uploader, Skeleton loadingComponent
const [visible, setVisible] = useState(true);
<GoACircularProgress variant="inline" size="large" message="Loading message..." visible={visible}></GoACircularProgress>
Properties
variant
inline | fullscreen
Stretch across the full screen or use it inline
size
large | small
Size of the progress indicator
progress
number
Set the progress value. Setting this value will change the type from infinite to progress
message
string
Loading message displayed under the progress indicator
visible
boolean
Show/hide the page loader. This allows for fade transition to be applied in each transition.
Book time in drop in hours