Skip to Content

<wheelbase-store>

The complete rental store with hero section, filters, and listings. Shared attributes (dealer-id, theming, analytics) are documented in the Components Overview.

Attributes

AttributeTypeDescriptionDefault
hide-filtersbooleanHide the filter sidebarfalse
hide-herobooleanHide the hero banner sectionfalse
hide-locale-selectorbooleanHide the language/locale selector dropdownfalse
show-reviewsbooleanShow the reviews section in listing headerfalse
background-colorstringBackground color of the component
visible-filtersstringComma-separated list of top-level filters to showAll
visible-nested-filtersstringComma-separated list of modal filter sectionsAll
locationsstringComma-separated list of location IDs to lock the results to (e.g. "123,456"). When set, the in-widget location filter is hidden and every query is scoped to these locations — useful for per-location landing pages on the host site.All locations

Filter options

Top-level filters (visible-filters):

  • type — Vehicle type filter
  • price — Price range filter (Auto only)
  • filters — Opens the filters modal

Nested filters for RV (visible-nested-filters):

  • guests — Number of guests
  • rules — Rules & policies
  • amenities — Amenities
  • transmission — Transmission type

Nested filters for Auto (visible-nested-filters):

  • price — Price range
  • guests — Number of guests
  • vehicle_type — Vehicle type
  • make_model — Make and model
  • year — Year range
  • transmission — Transmission type
  • fuel — Fuel type
  • drivers_age — Driver’s age

Examples

Basic usage:

<wheelbase-store dealer-id="YOUR_DEALER_ID"></wheelbase-store>

With customization:

<wheelbase-store dealer-id="YOUR_DEALER_ID" locale="fr-ca" store-type="rv" hide-hero="true" primary-color="#2563EB" secondary-color="#3B82F6" text-color="#111827" surface-color="#F9FAFB" ></wheelbase-store>

With specific filters:

<wheelbase-store dealer-id="YOUR_DEALER_ID" visible-filters="type,filters" visible-nested-filters="guests,amenities" ></wheelbase-store>
Last updated on