namespace Components.Inputs; public enum ButtonType { Primary, // Positive Actions Secondary // Destruction Action }