1.0.1 • Published 4 years ago

react-spongebob-text-component v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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;
1.0.1

4 years ago

1.0.0

4 years ago