Navigator

Better than a TomTom.

Example

Props

    đŸ•šī¸ standard props
    items
    Item[]
    List of items to display
    []
    color
    string
    Text color of the links
    undefined
    vertical
    boolean
    Whether the items are displayed vertically or horizontally
    false
    variant
    'standard' | 'underlined'
    Style of the links
    'underlined'
    textColor
    string
    Text color of the links
    ''
    hoverTextColor
    string
    Text color of the links when hovered
    undefined
    space
    string
    Spacing between the items
    '20px'
    🎨 style props
    --navigator-text-color
    color
    Text color for the navigator
    --navigator-hover-text-color
    color
    Text color when hovered
    --navigator-space
    size
    Spacing between items
    '20px'

Slots

    No data available

Events

    onitemClick
    Triggered when an item is clicked
    AttributeTypeDescription
    itemItemThe clicked item