Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Conversation

@vinod-vetrivel
Copy link

Added option to switch to Bootstrap 5 during the service registration:

  • For Bootstrap 4, the current registration syntax will continue to work:
    • Services.AddBlazorTable();
  • For Bootstrap 5, an additional option to be set:
    • Services.AddBlazorTable(options => options.UseBootstrap5());

This basically changes two css classes used:

  • float-right => float-end
  • for , form-control => form-select

@TheTallBlonde1
Copy link

It will be create if this Bootstrap 5 support can be implemented. All new templates now use Bootstrap 5!

@rafaelparenza
Copy link

i need

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants