@spartanfx/react v1.0.4
@spartanfx/react / INavigationConfig
Interface: INavigationConfig
Navigation button configuration.
Properties
| Property | Type | Description |
|---|
indicatorPosition? | "bottom" | "top" | Position of the indicators. Default 'bottom' |
infinite? | boolean | Whether navigation wraps around (infinite loop). Default false |
renderIndicator? | (props) => ReactNode | Custom render function for indicators. |
renderNextButton? | (props) => ReactNode | Custom render function for the next button. |
renderPrevButton? | (props) => ReactNode | Custom render function for the previous button. |
showArrows? | boolean | Whether to show navigation arrows. Default true |
showIndicators? | boolean | Whether to show dot indicators. Default true |