bp-sdk-offline-quote
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-offline-quote | disables html |
Classes
Name | Description |
---|---|
bp-sdk-quote__container | Root div element |
bp-sdk-quote__header | Div element for header content |
bp-sdk-quote__product | Div element wrapping product description |
bp-sdk-quote__product-name | H2 element with product name |
bp-sdk-quote__carrier | Div element for carrier information |
bp-sdk-quote__carrier-name | H1 element with carrier name |
bp-sdk-quote__carrier-logo | Image element with logo |
bp-sdk-quote__details | Div element with quote details |
bp-sdk-quote__products | Div element wrapping products |
Shared Classes
These classes are on both online and offline quotes if you would like to share styling for both types of quotes
Name | Description |
---|---|
bp-sdk-quote__container | Root div element |
bp-sdk-quote__header | Div element for header content |
bp-sdk-quote__product | Div element wrapping product description |
bp-sdk-quote__product-name | H2 element with product name |
bp-sdk-quote__carrier | Div element for carrier information |
bp-sdk-quote__carrier-name | H1 element with carrier name |
bp-sdk-quote__carrier-logo | Image element with logo |
bp-sdk-quote__details | Div element with quote details |
bp-sdk-quote__products | Div element wrapping products |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
carrier | -- | Carrier | ICarrier | undefined |
customLogoBaseUrl | custom-logo-base-url | Custom logo url | string | '' |
product | -- | Product selection | IProduct | undefined |
showCustomLogo | show-custom-logo | Should show custom logo | boolean | false |
showLogo | show-logo | Should show logo | boolean | true |
Dependencies
Used by
Graph
graph TD;
bp-sdk-quote-request-container --> bp-sdk-offline-quote
style bp-sdk-offline-quote fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS