boilerplate-react-vite
v0.0.0
Published
Simple library to show customized greeting messages
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 |