1.3.2 • Published 2 years ago

@slickcomment/slickcomment-react v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

SlickComment React Component

Installation

Using npm:

npm install --save slickcomment-react

Using yarn:

yarn add slickcomment-react

Usage:

import SlickComment from 'slickcomment-react';

function App() {
    return (
        <SlickComment.WidgetDiscussion
            config={{
                siteId: 'REPLACE WITH YOUR VALUE',
                pageId: 'REPLACE WITH YOUR VALUE',
                pageUrl: 'REPLACE WITH YOUR VALUE',
            }}
        />
        
        <SlickComment.WidgetUserComments
            config={{
                siteId: 'REPLACE WITH YOUR VALUE',
                userSsoId: 'REPLACE WITH YOUR VALUE',
            }}
        />

        <SlickComment.WidgetSiteComments
            config={{
                siteId: 'REPLACE WITH YOUR VALUE',
            }}
        />

        <SlickComment.WidgetModeration
            config={{
                siteId: 'REPLACE WITH YOUR VALUE',
                getUserSsoToken: () => {
                    // TODO: implement this
                }
            }}
        />
    )
}
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.10

2 years ago

1.0.0

3 years ago