<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
| Attribute | Type | Description | Default |
|---|---|---|---|
hide-filters | boolean | Hide the filter sidebar | false |
hide-hero | boolean | Hide the hero banner section | false |
hide-locale-selector | boolean | Hide the language/locale selector dropdown | false |
show-reviews | boolean | Show the reviews section in listing header | false |
background-color | string | Background color of the component | — |
visible-filters | string | Comma-separated list of top-level filters to show | All |
visible-nested-filters | string | Comma-separated list of modal filter sections | All |
locations | string | Comma-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 filterprice— Price range filter (Auto only)filters— Opens the filters modal
Nested filters for RV (visible-nested-filters):
guests— Number of guestsrules— Rules & policiesamenities— Amenitiestransmission— Transmission type
Nested filters for Auto (visible-nested-filters):
price— Price rangeguests— Number of guestsvehicle_type— Vehicle typemake_model— Make and modelyear— Year rangetransmission— Transmission typefuel— Fuel typedrivers_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