gatsby-plugin-smallchat

1.1.0 • Public • Published

gatsby-plugin-smallchat

💬 Plugin to add Smallchat to your Gatsby site

Install

yarn add gatsby-plugin-smallchat

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-smallchat`,
    options: {
      async: false, // Defaults to `true`
      clientId: '...'
    },
  },
],

/gatsby-plugin-smallchat/

    Package Sidebar

    Install

    npm i gatsby-plugin-smallchat

    Weekly Downloads

    14

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • ynnoj