Fork me on GitHub

WebComponents

Scheduler

With the scheduler component, scheduling cron jobs is a breeze!

                        <ss-scheduler cronvalue="{{time}}"></ss-scheduler>
                    

Typeahead

The typeahead component takes a list of options, as you type the options list is filtered.
You can navigate between the options with the up and down arrow keys, with tab and enter the options is auto completed.

                        <ss-typeahead placeholder="..." text="..." items="..." jump-to-last-occurrence-of="/" ></ss-typeahead>
                    

Author