New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

stextslide

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stextslide

Easy text slide for Vue

latest
Source
npmnpm
Version
1.1.5
Version published
Maintainers
1
Created
Source

STextSlide

Easy text slide for Vue

alt text

Installation

Install STextSlide with npm

  npm i stextslide

Usage/Examples

<StextSlide :words="words" :time="3000">
import { STextSlide } from 'stextslide'

export default {
    components:{
        STextSlide
    },
    data(){
        return{
            words:[
                { text: 'Text 1', color: '#F44336' },
                { text: 'Text 2', color: '#2196F3' },
                { text: 'Text 3', color: '#FFC107' }
            ]
        }
    }
}

Props

nametypedefaultdescription
wordsarray of word {text: required, color: optional }[]Array of word
timenumber3000Time of word interval in miliseconds
transitionstringdefaultSlide transition, can be default, slide-top-bottom, slide-bottom-top, slide-left-right, slide-right-left

License

MIT

Keywords

vue

FAQs

Package last updated on 20 Feb 2023

Did you know?

Socket

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.

Install

Related posts