CLI tool to quickly generate cute react-kawaii components.
Sample output based on above CLI iputs
yarn
plop
and then answer the prompts. Generated component and its associated files will appear in the /src
directory.
import { Backpack } from 'react-kawaii';
const Example = () => <Backpack size={ 300 } mood="lovestruck" color="#EC4067" />;
For more information about about React-Kawaii components visit https://github.com/miukimiu/react-kawaii or https://react-kawaii.now.sh/