Skip to content

M0nica/generate-kawaii-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-kawaii-components

CLI tool to quickly generate cute react-kawaii components.

example of Kawaii components

asciicast

Sample output based on above CLI iputs

This is a screenshot of the output code and sample of the generated component - these can be found in code form in the /components folder

Setup:

yarn

Generate component

plop and then answer the prompts. Generated component and its associated files will appear in the /src directory.

Structure of a react-kawaii component

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/

About

CLI tool to quickly generate cute [react-kawaii](https://github.com/miukimiu/react-kawaii) components.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published