Skip to content

Instantly share code, notes, and snippets.

@balinux
Created November 17, 2021 02:28
Show Gist options
  • Save balinux/3e99b8823985a29c0d5985879ff74ab4 to your computer and use it in GitHub Desktop.
Save balinux/3e99b8823985a29c0d5985879ff74ab4 to your computer and use it in GitHub Desktop.
react navigation with react bootstrap
<Navbar bg="primary" variant="dark">
<Container>
<Navbar.Brand href="#home">Sms Broadcast</Navbar.Brand>
<Nav className="me-auto">
<Nav.Link as={Link} to="/home" >Home</Nav.Link>
<Nav.Link as={Link} to="/upload-csv" >Tambah data</Nav.Link>
<Nav.Link as={Link} to="/send-message" >Kirim sms</Nav.Link>
</Nav>
</Container>
</Navbar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment