Loading

See: https://www.carbondesignsystem.com/components/loading/usage/

Loading spinners are used when retrieving data or performing slow computations, and help to notify users that loading is underway.

Overview

Loading spinners are used when retrieving data or performing slow computations. They notify to the user that their request is being processed. Although they do not provide details about what is occurring on the back-end, they reassure the user that their action is being processed.

Use a loading spinner whenever the wait time is anticipated to be longer than three seconds.

class carbondesign.tags.loading.Loading(*args, **kwargs)

Loading component.

MODES = ('default', 'overlay', 'small')

Available variants.

prepare(values, context)

Prepare values for rendering the templates.

render_default(values, context)

Output html of the component.

render_overlay(values, context)

Output html of the component.

render_small(values, context)

Output html of the component.