This component has been deprecated. Please use assistant-ui instead.

interface NavigationBarProps {
    buttons: ButtonListItemProps[];
    className?: string;
    data-test?: string;
    onClickButton?: ((string: string) => void);
}

Properties

The list of buttons to display

className?: string

Additional css classes

data-test?: string

Custom selector for testing

onClickButton?: ((string: string) => void)

Called when clicking one of the buttons. Returns the value of the button