feat: focusable segmented items in segmented button
This commit is contained in:
parent
a89ec01297
commit
29c7444a30
14 changed files with 794 additions and 611 deletions
|
|
@ -15,6 +15,7 @@ pub struct Appearance {
|
|||
pub active: ButtonStatusAppearance,
|
||||
pub inactive: ButtonStatusAppearance,
|
||||
pub hover: ButtonStatusAppearance,
|
||||
pub focus: ButtonStatusAppearance,
|
||||
}
|
||||
|
||||
/// The appearance of a button in the segmented button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue