![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
flexi-slider
Advanced tools
Welcome to version 0.0.2 of Flexi Slider, an easy to implement, and well maintained Vue.js component.
You can support this project by giving it a star, or following the author. :heart:.
Flexi Slider vue component made by Oliver
import Vue from 'vue';
import FlexiSlider from 'flexi-slider';
Vue.use(FlexiSlider);
export default {
data() {
return {
inputData: [
{
title: "Some Title 1",
paragraph: "Some Lorem Ipsum 1",
img:
"https://app.imgforce.com/images/user/AwB_1617252386_ohrid4.jpg",
},
{
title: "Some Title 2",
paragraph: "Some Lorem Ipsum 2",
img:
"https://app.imgforce.com/images/user/yqI_1617252387_ohrid3.jpg",
},
{
title: "Some Title 3",
paragraph: "Some Lorem Ipsum 3",
img:
"https://app.imgforce.com/images/user/bXz_1617252387_ohrid2.jpg",
},
{
title: "Some Title 4",
paragraph: "Some Lorem Ipsum 4",
img:
"https://app.imgforce.com/images/user/K3X_1617252387_ohrid1.jpg",
}
]
}
}
}
<flexi-slider />
<flexi-slider
:inputData="inputData"
:turnTimer="false"
:timerInterval="1000"
:nextButtonText="'Next'"
:prevButtonText="'Prev'"
>
| Name | Type | Mandatory | Description
| :----- | :------- | :-------- |-------------------------------
| inputData | Array | No | Default data array. Look at the sample above to see what data could be passed as array
| turnTimer | Boolean | No | False by default. If true, slider will change slides automatically
| timerInterval | Number | No | Time interval in miliseconds for chaning slides. By default it is set to 2000ms (slides will change automatically in every 2 seconds)
| transitionOn | Boolean | No | Turn on or turn off the transition. By default, transition is turn on.
| transitionName | String | No | Change the transition class with your custom class. By default, the name of the transition class is slider
| nextButtonText | String | No | Text for the next button
| prevButtonText | String | No | Text for the prev button
FAQs
A Vue.js flexi slider component
The npm package flexi-slider receives a total of 0 weekly downloads. As such, flexi-slider popularity was classified as not popular.
We found that flexi-slider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.