1.0.7 • Published 5 years ago

ayako-kicks-ass v1.0.7

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

Explanations of my cool cool UI

This is a react component library that enables you to make text animation that looks like this. npm.io

import AnimatedLink from 'ayako-kicks-ass';

// how to use
<AnimatedLink text="Any text" href="https://randomlink.com" />

Instead of having a link href, You can add onclick funtion to it as well.

import AnimatedLink from 'ayako-kicks-ass';

<AnimatedLink text="Any text" onClick={this.randomFunction()} />
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago