rsnext/examples/active-class-name
2022-05-27 21:21:40 +00:00
..
components Update examples/active-class-name (#34205) 2022-02-11 00:51:56 +00:00
pages Update examples/active-class-name (#34205) 2022-02-11 00:51:56 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
next.config.js Update examples/active-class-name (#34205) 2022-02-11 00:51:56 +00:00
package.json Add prop-types in package.json (#28481) 2021-08-25 12:53:50 +00:00
README.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00

activeClassName example

ReactRouter has a convenience property on the Link element to allow an author to set the active className on a link. This example replicates that functionality using Next's own Link.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example active-class-name active-class-name-app
# or
yarn create next-app --example active-class-name active-class-name-app
# or
pnpm create next-app --example active-class-name active-class-name-app

Deploy it to the cloud with Vercel (Documentation).