Peter ten Hoor
Peter ten Hoor
Hi there, I am using the material datetime picker to save dates in DD-MM-YYY format. It works fine, but I can't get the picker to open with another default date...
Hi! First of all; great work on this plugin! In the service worker generated by the Super PWA plugin I noticed this line: https://github.com/SuperPWA/Super-Progressive-Web-Apps/blob/05ef8b38344cebd9c9575d01ea471666f7c8c3f0/public/sw.php#L232 But when I console.log e.request.mode in...
Hi there, First of all; I've tested all React slider / carousel packages and this one is clearly the best. Good work! Currently the react-id-swiper package takes care of initiating...
Hi there, Just a small suggestion for your readme.md documentation. The endpoint below "Menus from location (theme location)" seems to be incorrect. It should be: ```better-rest-endpoints/v1/menus/location/{menu-slug}``` Thanks for this nice...
Hi again, I have been working on a new component transition using this package from a Swiper Slide to a page: https://gyazo.com/c88c092d9845b0db9d239d71be331c1a This works for all slides that are within...
Hi! Very cool package :) I got some component transitions working with it: https://gyazo.com/127e3e538114861b2c6b1e56548f1aee One thing I noticed while using the package which might be worth to fix or at...
Hi there, I use the parallax-scroll library like this: ``` new Parallax('.section-site-header-image', { offsetYBounds: 50, intensity: 75, center: 0.5, safeHeight: 0.15 }).init() ``` The effect looks nice and works like...