Store Details React

Installation
yarn add @colabcommerce/elements
or
npm install @colabcommerce/elements
Example Usage
@import Retailer from '@colabcommerce/elements/Retailer'
import '@colabcommerce/elements/dist/style.css'

<Retailer id={"RETAILER_ID"} locale={"en-US"} />
Note: The id prop is required to identify the retailer to display.
Props
id
Stringrequired

The Colab ID of the retailer to display.

locale
Stringrequired
Type: String

The locale that the store locator element is being used in. Default behavior is to use the browser's locale.