public static ComponentBuilder <TConfig, TTag> AddFeedback <TConfig, TTag>(this ComponentBuilder <TConfig, TTag> builder, string style = "zoom-out")
     where TConfig : BootstrapConfig where TTag : Tag
 {
     return(builder.AddCss("ladda-button").AddData("style", style));
 }