1.0.4 • Published 7 years ago

react-welcome-user v1.0.4

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

react-welcome-user

Outputs a welcome message to your user(s)

Setup

Add the package to your project with:

yarn add react-welcome-user

Use

Import the component in your project. The <Welcome /> component with no props will return:

<h1>Hello User!<h1>

The component also accepts a user via props. For example <Welcome user="Matt" /> will return:

<h1>Hello Matt!</h1>
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago