react-barev
v1.0.4
Published
A package for greeting people with 'Barev' in React
Downloads
11
Readme
React Barev
React Barev is a simple package for greeting people with "Barev" (բարև) in React.
Installation
You can install the package using npm or yarn:
npm install react-barev
Usage
import { greet, goodbye } from "react-barev";
console.log(greet("Gavi")); // Output: Hello, Gavi!
console.log(goodbye("Gavi")); // Output: GoodBye, Gavi!