Skip to main content

Command Palette

Search for a command to run...

How to open a react Page when clicked on navbar ?

Published
1 min read
S

I love learning about technology and sharing that with others


  <Nav.Item>
          <Nav.Link
            eventKey='notification'
            className='linkitem'
            onClick={(e) => redirect(e, '/notification')}
          >
            <BsFillBellFill />
          </Nav.Link>
        </Nav.Item>
      </Nav>

More from this blog

H

hashcodehub

271 posts

Consistent, Passionate and Organized :)