0.1.0 • Published 2 years ago
@rahul-m-navneeth/textigif v0.1.0
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
ATTRIBUTE | TYPE | DEFAULT |
---|---|---|
text? | string | Empty String |
url? | string | https://media.tenor.com/x8v1oNUOmg4AAAAd/rickroll-roll.gif |
color? | string | black |
width? | string | 300px |
position? | "TOP" , "BOTTOM" | "TOP" |
0.1.0
2 years ago