-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Roadmap for new components (not an issue) #224
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
Comments
@milenon Hi. thanks for your interest in future of this project. Actually I (and other devs) think that maybe it could be better to keep cc @bootstrap-vue/dev What's your idea? |
The package should just do Bootstrap things but in Vue. It should not exceed Bootstrap's functionality except for where it makes sense because of the marginal resource/effort cost on account of the introduction of Vue. The main example here is providing reactivity to property inputs, which doesn't happen quite as magically with Bootstrap and jQuery. Extra fun things could be in a separate package which pulls this in as a dependency. The key concept here is separation of concerns. If this package tries to do everything well, then it will do nothing well. And it will be bloated. My own little toy project is an example of this, which depends on Popover. I use this package for a date picker in my project: |
Fully agree with @SirLamer. Main purpose of this project is to extend Bootstrap 4 components with reactivity) Additional features can take a place, but in separate project). |
Reasonable! I Agree Too :)) |
First I want to thank you for your work!
...and then to ask you do you have some roadmap about new components/features, where will be visible what's cooking now and what's to come? I'm asking because I'm particularly interested in date/time pickers and switches and if you have no plans implementing them I want to look for alternatives.
In your current roadmap( https://github.com/bootstrap-vue/bootstrap-vue/projects/1 ) there are mostly bugs.
The text was updated successfully, but these errors were encountered: