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

feat: bootstrap 5 support#367

Open
vinod-vetrivel wants to merge 1 commit into
IvanJosipovic:masterfrom
byvaltech:master
Open

feat: bootstrap 5 support#367
vinod-vetrivel wants to merge 1 commit into
IvanJosipovic:masterfrom
byvaltech:master

Conversation

@vinod-vetrivel

Copy link
Copy Markdown

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
Copy Markdown

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

@rafaelparenza

Copy link
Copy Markdown

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