[Chip] Outlined style
See original GitHub issueIs your feature request related to a problem? Please describe. The TextField are available in 2 types: Filled and Outlined:
Both types are correctly implemented by material-components-android
The Chips are also available in these 2 types:
But, as far as I know, only the Filled type is provided by material-components-android`.
Describe the solution you’d like
The same way that there 2 styles type for the TextFields (Widget.MaterialComponents.TextInputLayout.FilledBox
and Widget.MaterialComponents.TextInputLayout.OutlinedBox
) there should be also 2 style types for the Chips (Widget.MaterialComponents.Chip.FilledBox
and Widget.MaterialComponents.Chip.OutlinedBox
).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Chip API - Material UI - MUI
Rule name Global class Description
root.MuiChip‑root Styles applied to the root element.
avatar.MuiChip‑avatar Styles applied to the avatar element.
icon.MuiChip‑icon Styles applied to the icon element....
Read more >Chips Outline Vector Images (over 34,000) - VectorStock
Download 34000+ Royalty Free Chips Outline Vector Images. ... casino chips icon outline style vector · casino chips icon outline poker game vector....
Read more >Chip - Components - LINE Design System
Chips are components that allow users to make single or multiple ... Select "Contained" or "Outlined" depending on the desired design styles and...
Read more >Change Material-UI outlined Chip focus and hover color
Trying to add styles to a Material-UI chip (outlined variant) upon hovering, but not getting the expected results.
Read more >Chips – Material Design 3
Choice chips are now a subset of filter chips. Assist and filter chips in M3 style. Chips have rounded rectangle shapes and updated...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is my implementation of the Outlined style for anyone else that that needs it:
ds_widget_styles.xml
ds_chip_choice_stroke.xml
ds_chip_close_icon.xml
ds_chip_outlined_background_color.xml
ds_chip_outlined_choice_background_color.xml
ds_chip_stroke.xml
I hope this will save some time to other developers.
It will be awesome if those style are integrated into library