0.1.3 • Published 3 years ago

text-curve v0.1.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Text-Curve in React

Text curve will curve your text in certain angle.

Text-Curve in React

Installation

npm i text-curve

Example

import Title from "text-curve";


const Example = ()=>{
     return (
          <Title text="Hello World" arc={180} radius={300} className="custom-class" />
     );
}

export default Example;

Options

propstypedefault
textstringTest
arcnumber120
radiusnumber400
classNamestringtest

Repo

GitHub .

Me

Instagram. Github.