You can edit 8 Components for free. Get premium for unlimited access.
Displays a button or a component that looks like a button.
The Button Loading is a button component that is used to bridge loading times and still provide feedback.
This component inherits props from the Button Loading.
You can edit the type with the primary, secondary, tertiary or ghost parameter.

Image 2.1 : Type primary

Image 2.2 : Type secondary

Image 2.3 : Type tertiary

Image 2.4 : Type ghost
You can edit the size with the lg, md, sm or xs parameter.

Image 3.1 : Size lg

Image 3.2 : Size md

Image 3.3 : Size sm

Image 3.4 : Size xs
This component is on the roadmap and in Progress This means that it is currently being edited and will be published in the next few weeks/months. Check back often to stay informed about the latest updates.
Preview
Code
DlButtonLoading(
type: DlButtonType.primary,
size: DlButtonSize.lg,
)Add this code example to your project to see how the component works.
DlButtonLoading(
type: DlButtonType.primary,
size: DlButtonSize.lg,
)DlButtonLoading is a non-interactive loading-only button that keeps the standard button shape/size/type styling while replacing text and icons with animated loading dots.
Variants
Preview
Code
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: const [
DlButtonLoading(
type: DlButtonType.primary,
),
SizedBox(height: 16),
DlButtonLoading(
type: DlButtonType.secondary,
),
DlButtonLoading(
type: DlButtonType.tertiary,
),
SizedBox(height: 16),
DlButtonLoading(
type: DlButtonType.ghost,
),
],
)Size
Preview
Code
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: const [
DlButtonLoading(
type: DlButtonType.primary,
size: DlButtonSize.lg,
),
SizedBox(height: 12),
DlButtonLoading(
type: DlButtonType.primary,
size: DlButtonSize.md,
),
SizedBox(height: 12),
DlButtonLoading(
type: DlButtonType.primary,
size: DlButtonSize.sm,
),
SizedBox(height: 12),
DlButtonLoading(
type: DlButtonType.primary,
size: DlButtonSize.xs,
),
],
)You have questions or need help?
You want to try?
Save time and money?