Nattha Khamso

Results 10 comments of Nattha Khamso

Not sure what you mean by "We don't provide predefined blueprints anywhere else". When I want to create a new page, I already have the ability to select a predefined...

Yes, in our case we want the client to be able to create his own forms. Here's an example: They want to create a public event page, where users can...

Hi Maurice. That's a really creative use of collections! I'll definitely hit you up via mail! Hope to see you soon here in Berne.

As a workaround I use the [tsparticles](https://particles.js.org/) library. there you're able to set the `distance` aka radius within the `repulse` mode. ```js repulse: { distance: 60, duration: 0.01, speed: 1,...

any update on this?

Here is the solution that worked for me: ```js const slider = document.querySelector('your-slider-container') const activeBullet = "glide__bullet--active"; const bulletsContainerElement = slider.querySelector(".glide__bullets"); const changeActiveBullet = (newIndex, containerElement) => { const glideDir...