Skip to content

RedHotMan/react-spongebob-text-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-spongebob-text-component

A react component rendering text as a SpongeBob meme.

Install

npm install react-spongebob-text-component

or if you use yarn

yarn add react-spongebob-text-component

Usage

import SpongeBobTextComponent from 'react-spongebob-text-component';

const CustomComponent = () => {
  return <SpongeBobTextComponent text={"Lorem ipsum dolor sit amet"} />;
};

export default CustomComponent;

About

🧽 Simple react component displaying a text in the SpongeBob meme style

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published