A component to display a navigation button in a sidebar.

import { PlumaTestHelpers } from '@customerio/pluma-components/react/test-helpers/pluma-test-helpers'

const navItem = PlumaTestHelpers.extract('NavItem', screen.getByTestId('data-test-navItem'));

Test Helpers coming soon™!

On this page