chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework
https://blazorstrap.io
The Unlicense
917 stars 157 forks source link

New Features #225

Closed jbomhold3 closed 2 years ago

jbomhold3 commented 5 years ago

Very curious about everyone's input on this. Keep in mind the goal of the project is to stay true to bootstrap. We can use this thread to brainstorm. I'll start off. I want to add a real toaster. Myself, and Chanan have said it a few times but it hasn't been given a lot of priority.

chanan commented 5 years ago

There are the two controls that we wanted to release here: https://github.com/chanan/BlazorStrap.Extensions/issues

Speech is cool but I am not sure if it will be used a lot. Autocomplete on the other hand is very commonly used control.

Another cool control would be a "tag editor" - the kind that is a drop down you select an item and it shows up in the text box looking like a "tag" with a remove "x" on it. (i.e. multi select drop down)

Another kind of cool control might be a tree control. I think that is a huge one though.

chucker commented 4 years ago

Keep in mind the goal of the project is to stay true to bootstrap.

Is there a list of missing of what's missing but still planned?

E.g.,

arivera12 commented 4 years ago

Stepper Component

It should behave very closely to the tabs component but should

Example of how should it look like:

Horizontal

image

Vertical

image

I tested tabs but could not make it disabled the navigation or tab itself.

arivera12 commented 4 years ago

FluentValidation

IMO fluentvalidation offers more advance validation system that .net validation attributes that would be a huge plus. It seems someone have already done an integration with blazor but won't integrate with BSInput and BSFormFeedback components. https://github.com/Blazored/FluentValidation

timbze commented 4 years ago

I see you have it in and issue in your extension repo, but some autocomplete typeahead like this would be cool: https://github.com/loresoft/LoreSoft.Blazor.Controls (I am actually using this one in a project I'm doing)

timbze commented 4 years ago

Not in bootstrap from what I can find, but this would be a great component to have: https://blazor.radzen.com/checkboxlist

chanan commented 4 years ago

I might need to create a "remote" data table for work next week, so if I do, I will add to extensions as well.

timbze commented 3 years ago

Stepper Component

I just set one up manually using BSBreadcrumb Screenshot from 2020-12-04 11-26-45