1.0.4 • Published 8 years ago

react-welcome-user v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago