FluentBootstrap icon indicating copy to clipboard operation
FluentBootstrap copied to clipboard

Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.

Results 27 FluentBootstrap issues
Sort by recently updated
recently updated
newest added

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...

MVC Enhancement

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

Discussion/Question

FluentBootstrap should be transitioned to .NET Core/netstandard for the base library.

General Enhancement

Add "LabelFor"

MVC Enhancement

Add Support for Tab panels with fluent api.

General Enhancement

Would it be possible to add support for option groups in the `SelectFor` helper.

General Enhancement

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...

General Enhancement

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...

Discussion/Question

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....

MVC Enhancement