Display a user's events and products catalog with customizable layouts, themes, and filters
localhost. For production, add the domain this page is hosted on (e.g. thestreetsapp.com).
Display upcoming events with custom colors, search, and date filtering
Compact list with name sorting and date filter
Opens checkout in a modal instead of redirecting, with hidden location and price sort
Display products with search, low-stock indicators, and custom purple theme
Dark theme, inline checkout, and custom button labels
Hide pricing for catalog-style browsing
All supported data-* attributes for user-events and user-products widgets
Common Attributes
| Attribute | Required | Default | Values / Description |
|---|---|---|---|
data-streets-widget | Yes | — | user-events | user-products |
data-share-id | Yes | — | User's Streets iD |
data-api-key | Yes | — | Embed API key (sk_...) |
data-layout | No | grid | grid | list |
data-limit | No | 6 | Maximum items to display |
data-theme | No | light | light | dark | minimal |
data-primary-color | No | — | Hex color for gradients and accents |
data-secondary-color | No | — | Hex color for highlights |
data-header-text-color | No | — | Hex color for user name and about text |
data-show-search | No | true | true | false |
data-hide-image | No | false | true | false |
data-hide-price | No | false | true | false |
data-inline-checkout | No | false | true to open checkout in a modal |
Events-Specific Attributes
| Attribute | Default | Values / Description |
|---|---|---|
data-show-date-filter | true | true | false — date range filter |
data-hide-location | false | true | false — hide event location |
data-sort-by | date | date | name | price |
data-event-button-label | Get Tickets | Custom button text for event cards |
Products-Specific Attributes
| Attribute | Default | Values / Description |
|---|---|---|
data-show-low-stock | false | true | false — show quantity when < 10 |
data-sort-by | name | name | price |
data-product-button-label | Buy Now | Custom button text for product cards |