Aurelia port of react-kawaii

Found this cute little React library today. The functionality is trivial but the output is fun so I decided to port it: https://github.com/CuddleBunny/aurelia-kawaii. I’ll add the other characters over the next few days then spruce up the docs site and push it to npm.

5 Likes

You missed your own avatar there, <cuddle-bunny>. :smile:

2 Likes

:grin: Yeah, I will probably add a bunny and few more moods and backport them to the original library.

2 Likes

Awesome library.

However, in your Github README:

Install
With npm:

npm install --save react-kawaii
With yarn:

yarn add react-kawaii

1 Like

lol :smile::smile::smile::smile::smile::smile::smile:

Good call, I’ll just remove it for now. It was a placeholder but I won’t have time to publish this to npm till next week.

1 Like

Published to npm now if anyone wants to play with it: https://www.npmjs.com/package/aurelia-kawaii. Will add the rest of the characters when I find the time and patch to v1.0

2 Likes

Finally got around to finishing this up! I created a generator that chews up the original source components rather than manually porting the rest: https://github.com/CuddleBunny/aurelia-kawaii/blob/master/aurelia_project/generators/parse-from-origin.ts.

Published v0.9.2, will bump to 1.0 when there are docs, maybe in storybook since I want to play with that. Will look at au2 support too.

3 Likes