Skip to content

Commit a75b164

Browse files
authored
Committing the readme file
1 parent 6f2cfe0 commit a75b164

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# how-to-customize-the-vue-carousel-component
22
A quick start Vue project that shows how to customize the Vue Carousel Component. It includes a code snippet for customizing the time interval between transitions, auto-play settings, and looping. It also includes a code snippet for customizing the indicator, navigator, and play button using templates.
3+
4+
Refer to the following documentation to learn about the Vue Carousel component:
5+
https://ej2.syncfusion.com/vue/documentation/carousel/navigators-and-indicators
6+
https://ej2.syncfusion.com/vue/documentation/carousel/animations-and-transitions
7+
8+
Check out this online example of the Vue Carousel Component:
9+
https://ej2.syncfusion.com/vue/demos/#/material3/carousel/templates.html
10+
11+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
12+
13+
### How to run this application?
14+
To run this application, you need to clone the `how-to-customize-the-vue-carousel-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `ng serve` command.

0 commit comments

Comments
 (0)