riusmax-react-user-greeting
v2.0.0
Published
Simple lib to show greeting with ReactJS
Downloads
1
Readme
React User Greeting
Simple library to show customized greeting messages
Installation
yarn add react-user-greeeting
OR
npm install react-user-greeeting
Usage
import ReactUserGreeting from 'react-user-greeting'
function App () {
return <ReactUserGreeting name="John" />
}
Props
Property | Type | | -------- | ------- | | name | String |