guestbook-web
v0.7.5
Published
## Intro
Downloads
5
Readme
guestbook-web
Intro
The service itself is still in private state, ask admin for new app creation.
Manual
npm i guestbook-web
import Guestbook from 'guestbook-web'
return (
<Guestbook
style={{
containerStyle: { width: '100%' },
}}
appSlug="<app-slug>"
threadSlug="<thread-slug>"
/>
)