-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Additional plugin ideas #47
Comments
How about input tag/autocomplete |
@chistel I like the idea of the tag input, as we can use the Bulma tag/input components/elements. I do also like the autocomplete idea, but what would the styling requirements be for that? I don't really want to force people to also include additional CSS other than what Bulma already offers. |
the autocomplete is an optional plugin, so a little extra style would not kill. |
@chistel I understand your reasoning, but I'm trying to avoid the need to include JS and CSS with plugins. Unfortunately, an exception had to be made with the tabs plugin as it's a core feature of Bulma. I do like the idea though. |
Good |
I also was thinking about date and time selector plugin |
There is a calendar plugin, it's using the CSS from Wikiki's Bulma extension. However, it has since updated it with a range of new features. It also has it's own Javascript code. Because of the updates provided by Wikiki the Calendar plugin in BulmaJS will be depreciated and later removed in a future version. |
a snackbar and a toast plugin would also be great. |
its a little limited, as it supports only date without time. |
Hi, Not limited to dat anymore ;-) |
The tag input is also available via @Wikiki extensions. I would advise using that instead as the goal for BulmaJS is to provide the JS for core Bulma features. If anyone has any suggestions for functionality that can be added/adjusted on the existing plugins or if there's something in Bulma that may benefit from some JS magic please open a new issue. |
These are some ideas for additional plugins. These ideas are inspired from other similar libraries/frameworks.
If anyone has other ideas for plugins, please leave a comment. If it would suit this project well then I'll include it in the above list.
The text was updated successfully, but these errors were encountered: