1.1.3 • Published 1 year ago

gatsby-plugin-appointlet v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

gatsby-plugin-appointlet

Gatsby plugin Appointlet Button for adding your booking page to your website.

License Version Gatsby Version React Version

Changelog

More informations in CHANGELOG.md

Installation

Use this commmand npm i --save gatsby-plugin-appointlet or yarn install gatsby-plugin-appointlet

Configuration

Add an env var named GATSBY_APPOINTLET_URL = e.g. https://appointlet.link/your-scheduling-page

Usage

// In your gatsby-config.js
module.exports = {
  plugins: [
    ... other plugins
    `gatsby-plugin-appointlet`,
    ... other plugins
  ],
}

Add import to your file :

import { AppointletButton } from 'gatsby-plugin-appointlet'

Add component to your file :

<AppointletButton tag="div" className="btn btn-primary gap-2">
  <FaCalendarCheck />
  <span>Prenez rendez-vous</span>
</AppointletButton>

You can set the type of component when you set the tag attribute. By default, the component is a button.

Every attributes set will be add to AppointletButton|button.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago