0.2.0 • Published 5 years ago

jatrix-react v0.2.0

Weekly downloads
15
License
-
Repository
-
Last release
5 years ago

Enter the Jatrix

(pronounced Jay-tricks, like matrix)

Jatrix does this matrix like text thing, it's really cool!

Edit Jatrix

Long story short, jatrix-react is a react component, as such it needs props.

PropTypeDescriptionDefault
textStringThe words that you want to renderNone
fpsNumberFrames per second, A.K.A how fast you want your letters to go40
capsBooleanIf it should be rendered in caps or notfalse
doneFunctionA callback that executes when it completes()=>{}

The name attribute allows you to write it as a self closing tag, like this:

<Jatrix
  text="Ian Fabs"
/>

versus writing it like this:

<Jatrix>
  Ian Fabs
</Jatrix>

But both of them do indeed work.

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago