You can edit 8 Components for free. Get premium for unlimited access.
Displays a chip or a component that looks like an chip.
The Chip component that can be used to display filters or categories.
This component inherits props from the Chip.
You can edit the amount with the true or false parameter

Image 2.1 : Amount false

Image 2.2 : Amount true
You can edit the Size with the xs, md, lg paramenters.

Image 3.1 : Size lg

Image 3.2 : Size md

Image 3.3 : Size sm
You can edit the State with the default, active and disabled parameters.

Image 4.1 : State default

Image 4.2 : State active

Image 4.3 : State disabled
The Chip component that can be used to display filters or categories.
This component inherits props from the Chip.
-
-
You can edit the state with the ChipState.default, ChipState.active or ChipState.disabled parameter.
You can edit the size with the ChipSize.sm, ChipSize.md or ChipSize.lg parameter.
Preview
Code
const DlChip(
label: 'Default',
)Add this code example to your project to see how the component works.
DlChip(
label: 'Chip',
size: DlChipSize.lg,
state: DlChipState.disabled
)DlChip is a rounded, token-driven, tappable label component with three sizes lg , md and sm and toggleable default and active behavior plus a non-interactive disabled state.
Size
Preview
Code
const Wrap(
spacing: DlSpacingTokens.p_16,
runSpacing: DlSpacingTokens.p_16,
children: [
DlChip(
label: 'Chip',
size: DlChipSize.lg
),
DlChip(
label: 'Chip',
size: DlChipSize.md
),
DlChip(
label: 'Chip',
size: DlChipSize.sm
),
],
)Disabled
Preview
Code
DlChip(
label: 'Chip',
size: DlChipSize.lg,
state: DlChipState.disabled
)You have questions or need help?
You want to try?
Save time and money?