0.1.1 • Published 8 months ago
@cameratag/react_wall v0.1.1
CameraTag's Wall
This react component allows you to embed a CameraTag <Wall> in your React app.
Initialize A Wall
Below is an example of how to load a <Wall> in your app.
import Wall from "@cameratag/react_wall";
export default function App() {
return <Wall appUuid='a-6793d070-dbac-013b-f57a-529b7d4fe95c' id='myWall'/>
}