sitepal-react-v2
v2.1.2
Published
Download the latest version of an npm package to a specified directory.
Downloads
185
Readme
Download Package
Download the latest version of an npm package to a specified directory.
Installation
npm install --save sitepal-react-v2
Required Dependencies
@types/jest
@types/node
@types/react
@types/react-dom
typescript
Example use
Here's how you would install the latest version into packages folder:
import { SitePal } from 'sitepal-react-v2';
function App() {
return (
<div className="App">
<SitePal embed='1834699,480,256,"",1,1,2112553,0,1,1,"7bBCNSEbjTUYb0rrta2etlXbO188EvbY",0,"256|480|15|15|L|B|false|0|0|0|0|https://vhss.oddcast.com/admin/img//no_image.jpg|Double%20click%20to%20play%20me|0|C|0|0|0|0"'
/>
</div>
);
}
export default App;