react-highfive
React High Five π
Installation
npm install react-highfiveyarn add react-highfiveUsage
Basic example
import React from "react";
import HighFive from "react-highfive";
export default function App() {
return(
<div className="App">
<HighFive />
</div>
)
}Example with synchronisation
Example with custom position
Options
Last updated