Add independent vanilla field components
See original GitHub issueCreate fields with vanilla libs which have no jQuery and Bootstrap dependencies.
- Select field -> vue-multiselect
- DateTime field -> Pikaday
- Masked input field -> VanillaMasker or cleave.js
- Slider field -> noUiSlider
For these developments I created an independent
branch. Every PR needs to add to this branch.
https://github.com/icebob/vue-form-generator/tree/independent
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Creating a web Component With Vanilla JavaScript - Section.io
This article will walk the user through understanding web components and how one can create a web component using vanilla javascript.
Read more >How to Communicate between Independent Components in ...
In this guide, you will learn how to communicate between independent components using an event bus.
Read more >An Introduction to Frameworkless Web Components - SitePoint
Learn what web components are and how to use them without a JS framework. This article shows you an approach that relies on...
Read more >I want candy! Introduction to Vanilla Extract library | TSH.io
It will allow you to easily add all the things we need to build Vanilla Extract stylesheets in the most popular starter for...
Read more >Web Components - MDN Web Docs - Mozilla
A guide showing how to use the features of custom elements to create simple web components, as well as looking into lifecycle callbacks...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s perfect, I’m going on holiday too 😃 I hope to do a PR for cleave and pikaday before the end of the day (just to initiate your feedback on them, I need some help). Have a nice holiday !
noUiSlider is almost ready. By default, noUiSlider return a float so I need a way to check if
validators.integer
is activated so I canparseInt
the value if necessary.