Nirmal NayakHomeHomeExperienceExperienceProjectsProjectsBlogsBlogsTalksTalksOpenSourceOpenSourceCV ↗CV ↗ (opens in a new tab)SyntaxSyntax
GitHubGitHub (opens in a new tab)
  • Get Started
  • Two Cards on same row
  • Syntax Highlight
  • Tabbed Syntax

On This Page

  • Example
  • Usage
Question? Give us feedback → (opens in a new tab)Edit this page
Syntax
Tabbed Syntax

Npm2Yarn

Nextra uses @theguild/remark-npm2yarn (opens in a new tab) package that replaces the code block that has npm2yarn metadata with <Tabs /> and <Tabs.Tab /> components from nextra/components.

The chosen tab is saved in the local storage, which will be chosen in future page renders.

Example

npm i -D @graphql-eslint/eslint-plugin

Usage

Markdown
```sh npm2yarn
npm i -D @graphql-eslint/eslint-plugin
```
Syntax Highlight

Nirmal Nayak