FluentBootstrap
FluentBootstrap copied to clipboard
Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.
Independent of FluentBootstrap targeting .NET Core, we need a library that works with ASP.NET MVC Core and wraps it's `IHtmlHelper` interface. Now that Wyam is also using the MVC Core...
There seems to be an issue where validation isn't added. This is a partial view being dynamically added. This view works, data-val and data-val-required are added correctly. ` @using (var...
I am not sure if I could maintain this fully by myself but would be more than interested to be part of a team of co-maintainers
FluentBootstrap should be transitioned to .NET Core/netstandard for the base library.
Would it be possible to add support for option groups in the `SelectFor` helper.
Need to decide how this should fit in with Bootstrap icons. Should they be added to the Bootstrap icon enum in the base library (with a prefix perhaps). Or maybe...
Hello. I don't know why FluentBootstrap have weird behavior when using partial views (maybe, because of using `using` construct in a parent view) When i pass ComponentWrapper to partial (and...
This should work like .AddContent() to allow adding the result of a partial view to any given component. Might also want to add a corresponding extension for Html.Action() as well....