0.1.0 • Published 2 years ago

@rahul-m-navneeth/textigif v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TEXTI-GIF

HOW TO USE

pnpm i @rahul-m-navneeth/textigif

NEXT APP

"use client"
import TextiGIF from "@rahul-m-navneeth/textigif"

const Sample = () => {
    return (
        <>
            NEVER <TextiGIF text="GONNA" url="https://media.tenor.com/x8v1oNUOmg4AAAAd/rickroll-roll.gif" /> GONNA GIVE YOU UP
        </>
    )
} 

export default Sample;

FEATURES

ATTRIBUTETYPEDEFAULT
text?stringEmpty String
url?stringhttps://media.tenor.com/x8v1oNUOmg4AAAAd/rickroll-roll.gif
color?stringblack
width?string300px
position?"TOP" , "BOTTOM""TOP"
0.1.0

2 years ago