Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants