testispace-react-embed
v1.1.0
Published
official React component for TestiSpace testimonials
Maintainers
Readme
testispace-react-embed
Official React component for embedding TestiSpace testimonials on your website.
Installation
npm install testispace-react-embedUsage
import TestiSpaceEmbed from 'testispace-react-embed';
function App() {
return (
<div className="App">
<h1>My Testimonials</h1>
<TestiSpaceEmbed
spaceId="YOUR_SPACE_ID"
layout="grid" // optional: grid, masonry, carousel, list
style="modern" // optional: modern, minimal, classic, gradient
/>
</div>
);
}Publishing (For Maintainers)
Navigate to this directory:
cd packages/react-embedInstall dependencies:
npm installBuild the package:
npm run buildLogin to NPM (if not logged in):
npm loginPublish:
npm publish --access public
