-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Use case
I know that the current proposed solution to this problem is to use a MacosIconButton but the look this gives is not the same as a push button. In native SwiftUI, you can easily create a primary or (more commonly) a secondary push button with an icon in it.
Proposal
Expand the MacosIconButton class to allow you to style it like a push button with an easy toggle (something like how the PushButton class allows you to turn it into a secondary button by setting the "secondary" boolean property) OR simply allow passing an icon to the push button class to make it an icon button instead.
Metadata
Metadata
Assignees
Type
Projects
Status
In Progress