r3me / react-kawaii

Cute React UI Components

Home Page:https://miukimiu.github.io/react-kawaii/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Kawaii

React Kawaii is a library of cute SVG illustrations (react components). Ideal if you want to give some cuteness and personality to your react application.

Version

Example

React Kawaii Example

Install

npm install --save-dev react-kawaii

How to use

import { Planet } from 'react-kawaii';

const Example = () => <Planet size={200} mood="blissful" color="#FDA7DC" text="Hello World!" />;

Development

So you want to help developing some cute UI components?

If you want to develop a component

  • npm i

  • npm run styleguide

If you want to build

  • npm run styleguide:build

Documentation

See https://miukimiu.github.io/react-kawaii/ and try to edit sample code.

Components

All the components are SVG illustrations. You can pick different moods: sad, shocked, happy, blissful and lovestruck. You can also choose a color to your Kawaii, the size and a text.

Available components:

  • Browser - A cute browser
  • CreditCard - A cute credit card
  • Ghost - A cute ghost
  • IceCream - A cute ice-cream
  • Mug - A cute mug
  • Planet - A cute planet
  • SpeechBubble - A cute speech bubble
  • More Kawaii components coming soon...

Contributors

About

Cute React UI Components

https://miukimiu.github.io/react-kawaii/

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 2.4%Language:HTML 1.0%