You can edit 8 Components for free. Get premium for unlimited access.
...
The Search Field component is used to start a search query within an app.
This component inherits props from the Search Field.
You can edit the state with the default, active, filled or disabled parameter.

Image 2.1 : State default

Image 2.2 : State active

Image 2.3 : State filled

Image 2.4 : State disabled
You can edit the size with the sm, md or lg parameter.

Image 3.1 : Size lg

Image 3.2 : Size md

Image 3.3 : Size sm
You can edit the iconRight with the true or false parameter.

Image 4.1 : iconRight false
Image 4.1 : iconRight true
The SearchField component is used to start a search query within an app.
This component inherits props from the Search Field.
-
-
-
You can edit the state with the SearchFieldState.default or SearchFieldState.disabled parameter.
Search field
Search field
You can edit the size with the SearchFieldSize.sm, SearchFieldSize.md or SearchFieldSize.lg parameter.
Search field
Search field
Search field
Preview
Code
DlSearchField(
placeholder: 'Search Field',
)Add this code example to your project to see how the component works.
DlSearchField(
placeholder: 'Search Field',
size: DlSearchFieldSize.lg,
enabled: true,
)DlSearchField is a rounded-full search input that uses a fixed left search icon, and shows a clear action icon on the right as soon as text is entered.
Size
Preview
Code
Wrap(
spacing: DlSpacingTokens.p_16,
runSpacing: DlSpacingTokens.p_16,
children: [
DlSearchField(
placeholder: 'Search Field',
size: DlSearchFieldSize.lg,
),
DlSearchField(
placeholder: 'Search Field',
size: DlSearchFieldSize.md,
),
DlSearchField(
placeholder: 'Search Field',
size: DlSearchFieldSize.sm,
),
],
)Disabled
Preview
Code
Search field
DlSearchField(
placeholder: 'Search Field',
enabled: false,
)You have questions or need help?
You want to try?
Save time and money?