react-kawaii
v1.4.0
Published
React Kawaii is an open source library of cute SVG illustrations. Perfect if you want to give some cuteness to your React App.
Downloads
9,987
Readme
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.
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:
Clone this repository:
git clone https://github.com/miukimiu/react-kawaii.git
Install dependencies:
pnpm install
Start development server:
pnpm dev
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.