Nextra Documentation

Nextra

This page has been build with Nextra based on Next.js and the Nextra Doc theme.


Features

Here is a collection for easy usage of available components and features that can be used in this documentation.

Table

TablesAreCool
col 1 isleft-aligned$1600
col 2 iscentered$12
col 3 isright-aligned$1

Callout

👾

Space Invaders is a 1978 shoot ‘em up arcade game developed by Tomohiro Nishikado.

ℹ️

Today is Friday.

⚠️

This API will be deprecated soon.

️🚫

This is a dangerous feature that can cause everything to explode.

Codeblocks

example.js
import { useState } from "react";
 
function Counter() {
  const [count, setCount] = useState(0);
  return <button onClick={() => setCount(count + 1)}>{count}</button>;
}
test-report.md
 src/index.test.ts (1)
   Test Files  1 passed (1)
        Tests  1 passed (1)
     Start at  23:32:41
     Duration  11ms
   PASS  Waiting for file changes...
         press h to show help, press q to quit

Steps

Step 1

Contents for step 1.

Step 2

Contents for step 2.

Cards

Filetree

    • _meta.js
    • contact.md
    • index.mdx

Tabs

pnpm: Fast, disk space efficient package manager.