1.6.0 • Published 5 months ago

react-kawaii v1.6.0

Weekly downloads
1,374
License
-
Repository
-
Last release
5 months ago

React Kawaii

React Kawaii is an open source library of cute SVG illustrations. Perfect if you want to give some cuteness to your React App.

Version npm

Install

You can install React Kawaii using npm or Yarn:

npm install --save react-kawaii

or

yarn add react-kawaii

Usage

Using React Kawaii is easy. Just import the desired component and use it in your React application:

import { Planet } from 'react-kawaii';

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

Example

Development

Interested in contributing to React Kawaii? Follow these steps to get started:

  1. Clone this repository:

    git clone https://github.com/miukimiu/react-kawaii.git
  2. Install dependencies:

    pnpm install
  3. Start development server:

    pnpm dev
  4. Build the library:

    pnpm build

Documentation

For detailed documentation and usage examples, visit the React Kawaii documentation website.

Components

All components in React Kawaii are SVG illustrations. You can choose from various moods: sad, shocked, happy, blissful, and lovestruck. Additionally, you can customize the color and size of each component.

View the list of components and their properties here.

Contributors

A big thank you to all the contributors who have helped improve React Kawaii! See the list of contributors.

1.6.0

5 months ago

1.5.0

5 months ago

1.4.0

7 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

0.18.0

3 years ago

0.17.0

5 years ago

0.16.0

5 years ago

0.15.0

5 years ago

0.14.4

6 years ago

0.14.3

6 years ago

0.14.2

6 years ago

0.14.1

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago