Developing Vue Apps with the Quasar Library — Customize Carousel

John Au-Yeung
3 min readJan 15, 2021
Photo by michaelangelo ramos on Unsplash

Quasar is a popular Vue UI library for developing good looking Vue apps.

In this article, we’ll take a look at how to create Vue apps with the Quasar UI library.

Vertical Carousel

We can make a carousel vertical with the vertical prop:

<!DOCTYPE html>
<html>
<head>…

--

--