Go Main page
Go Main page

Web components

cover

components

Navigation row

v.1.0.0 | Saturn

Usage

import { NavigationRow } from '@kubit-ui-web/react-components'
12345
<NavigationRow 
    arrowIcon={{ icon: 'RIGHTICON', altText: 'arrowIconAltText' }} 
    text={{ content: 'text' }} 
    variant='DEFAULT' 
/>

Props

Let's delve into the versatility of the navigationRow component by examining all its avalaible props.

PropertyTypeDefaultDescription
arrowIcon
Required
IElementOrIcon-Object with arrow icon properties
bottomLineBooleanfalseShow or not bottom line
dataTestIdString-String used for testing
decorativeIconIElementOrIcon-Object with decorative icon properties
descriptionNavigationRowTextAndDescriptionType-Object with description properties
extraCtObject-Object used for update line separator styles
iconHighlightedNavigationRowIconHighlightedType-Highlighted icon
lineSeparatorLineStylesLineSeparatorLinePropsStylesType-Line separator styles
topLineBooleanfalseShow or not top line
text
Required
NavigationRowTextAndDescriptionType-Object with text properties
variant
Required
StringDEFAULTVariant of navigationRow component
onClickMouseEventHandler-The event occurs when the user clicks on the element
ctvObject-Object used for update variant styles