0.2.1 • Published 1 year ago

@encheres-immo/auction-widget v0.2.1

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

Enchères Immo's auction widget

Add a real-estate auction widget to your website, powered by Enchères Immo's API 🚀

Prerequisites

To use this widget, you need an API key from Enchères Immo. If you are a real estate professional and not yet a partner of Enchères Immo, please book a demo to get started. If you are already a partner, contact us to get your API key.

Installation

This widget is available as a package on npm. To install it, run:

# Using npm
npm install @encheresimmo/auction-widget
# Using pnpm
pnpm install @encheresimmo/auction-widget
# Using yarn (not recommended)
yarn add @encheresimmo/auction-widget

This widget is also available as a standalone script. To use it, add the following script and style tags to your HTML file:

<script src="https://cdn.jsdelivr.net/npm/@encheres-immo/auction-widget@0/dist/auction-widget.js" defer></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@encheres-immo/auction-widget@0/dist/auction-widget.css">

Usage

To use the widget, add the following HTML tag to your website:

<div id="auction-widget" api-key="YOUR API KEY" property-id="PROPERTY ID"></div>

Replace YOUR API KEY with your Enchères Immo API key and PROPERTY ID with the ID of the property you want to display.

Customization

You can customize the widget by setting CSS variables in your website's stylesheet. Here are the available variables:

Variable nameDefault value
--auction-widget-highlight-color#ef673d
--auction-widget-dark-color#002d40
--auction-widget-border-radius0.5rem
--auction-widget-btn-radius0.5rem
--auction-widget-base-fontsans-serif
--auction-widget-title-fontsans-serif
--auction-widget-countdown-fontmonospace

For example, to change the highlight color to blue, add the following CSS to your website's stylesheet:

:root {
  --auction-widget-highlight-color: blue;
}

To override the default styles, you can also use the layer @auction-widget-override :

@auction-widget {
  .auction-widget-label {
    border-radius: 1rem;
  }
}

Finally—as required by OAuth2—authentication pages are hosted on the Enchères Immo domain. You can customize the look and feel of these pages through your Enchères Immo "Custom Theme" settings.

How to contribute

WORK IN PROGRESS. We will soon open-source this widget and provide guidelines on how to contribute. Stay tuned!

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago