7 skills found
Open-Bytes / SwiftUIChipGroupA chip group (tag view) for SwiftUI.
sourin00 / MaterialChipsInputDemoUsing the new material library from google to implement Chips just like the Gmail app. Using commas to generate new chips from EditText inside ChipGroup and deleting them on close icon click or backspace press from soft keypad.
gzu-liyujiang / GoodsSpec【停止维护,可考虑使用鸿洋版FlowLayout或者谷歌官方的FlexboxLayout及Chip&ChipGroup实现(参阅 https://github.com/hongyangAndroid/FlowLayout 及 https://github.com/hongyangAndroid/FlexboxLayout-Tag )】android版热门搜索词或标签列表(支持单选和多选模式)、商品规格选择自定义控件,详见demo效果图
Tiarait / ExtendedChipGroupExtendedChipGroup extend from ChipGroup which was added in google material library. I added a function to control the max number of lines, as well as buttons for while / hiding chips
AppDevAssist / AndroidChipChipGroupExamples of Android Chip and ChipGroup
Cheticamp / ChipReorderhttps://stackoverflow.com/questions/71193266/chipgroup-with-draggable-chips
Tefoxx / ExpandableRowChipGroupA CustomView extending ChipGroup functionality to limit the number of displayed rows with chips. When the limit is exceeded, "Expand" and "Collapse" controls are automatically added.