bp-sdk-quote-request-premium-term
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-quote-request-premium-term | disable html |
Classes
Name | Description |
---|---|
bp-sdk-quote-request-premium-term__container | Root div element |
bp-sdk-online-quote__price-total | Div element containing total premium information, defaults to $ |
bp-sdk-online-quote__price-total-prefix | Span element with currency suffix |
bp-sdk-online-quote__price-total-number | Span element with total premium amount |
bp-sdk-online-quote__price-total-suffix | Span element with term period for total premium, defaults to /year |
bp-sdk-online-quote__price-main | Paragraph element where main price is rendered |
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__price-total | Div element containing total premium information, defaults to $ |
bp-sdk-quote__price-total-prefix | Span element with currency suffix |
bp-sdk-quote__price-total-number | Span element with total premium amount |
bp-sdk-quote__price-total-suffix | Span element with term period for total premium, defaults to /year |
bp-sdk-quote__price-main | Paragraph element where main price is rendered |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
price | price | term price | string | undefined |
showTotalPremium | show-total-premium | should show total premium | boolean | undefined |
termLength | term-length | Term length | string | undefined |
totalPremium | total-premium | total premium price if provided | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-quote-request-premium-term --> bp-sdk-quote-request-premium-payment
bp-sdk-quote-request-premium --> bp-sdk-quote-request-premium-term
style bp-sdk-quote-request-premium-term fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS