Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/node_modules/owl.carousel/docs_src/templates/pages/docs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/vreg/node_modules/owl.carousel/docs_src/templates/pages/docs/api-classes.hbs
---
title: Classes
subTitle: API
nav: docs
description: Owl Carousel Documentation

sort: 2
tags:
- API
---

{{#markdown }}
## Classes

This is an example of how html is rendered. With the following options you can change almost every class the way you want


```
<div class="owl-carousel owl-theme owl-loaded">
    <div class="owl-stage-outer">
        <div class="owl-stage">
            <div class="owl-item">...</div>
            <div class="owl-item">...</div>
            <div class="owl-item">...</div>
        </div>
    </div>
    <div class="owl-nav">
        <div class="owl-prev">prev</div>
        <div class="owl-next">next</div>
    </div>
    <div class="owl-dots">
        <div class="owl-dot active"><span></span></div>
        <div class="owl-dot"><span></span></div>
        <div class="owl-dot"><span></span></div>
    </div>
</div>
```
### Options

{{#each classes}}
#### {{name}}

Type: `{{type}}`<br />
Default: `{{Default}}`

{{desc}}

------
{{/each}}



### Next Step

####[Events](api-events.html)

{{/markdown }}


Spamworldpro Mini