@kommently/react
v1.0.2
Published
React embed for Kommently comments
Maintainers
Readme
@kommently/react
React embed for Kommently comments.
Install
npm i @kommently/reactUsage
import { KommentlyEmbed } from "@kommently/react";
export function CommentsWidget() {
return <KommentlyEmbed siteId="SITE_ID" slug="/my-post" backgroundEnabled={false} />;
}TypeScript declarations are included in the package.
