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

feat: bootstrap 5 support #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: bootstrap 5 support #367

wants to merge 1 commit into from

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