bp-sdk-next-button
Custom element hooks
Name | Description |
---|
bp-sdk-external-next-button | disable html |
Classes
Name | Description |
---|
bp-sdk-next-button__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
buttonDisabled | button-disabled | Controls disabled state of button | boolean | false |
cssClasses | css-classes | Extra CSS classes to be added onto the next button | string | undefined |
icon | icon | Icon name | string | 'chevron-right' |
text | text | Forward button text | string | '' |
Events
Event | Description | Type |
---|
navigateNext | Navigate event | CustomEvent<void> |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-next-button --> bp-sdk-button
bp-sdk-next-button --> bp-sdk-icon-container
bp-sdk-next-button-container --> bp-sdk-next-button
style bp-sdk-next-button fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS