@cameratag/react_wall
v0.1.2
Published
A React Component wrapping CameraTag's Asset Wall (<wall>). Allows you to easily embed a 'wall' of assets from your CameraTag application in your product.
Downloads
14
Maintainers
Readme
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'/>
}