An Aframe Component for React
npm install aframe-react-componentUse entity/primitive from Aframe with React just like a normal component works in React.
- Install Aframe React Component as Depedencies
```
npm i aframe-react-component
- Install Aframe, since it's depends on aframe
``
npm i aframe
- Import the components in your React projects
`js
import { Scene, Camera, Box } from 'aframe-react-component';
///
return (
);
``