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
Tables | Are | Cool |
---|---|---|
col 1 is | left-aligned | $1600 |
col 2 is | centered | $12 |
col 3 is | right-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
Cards
Filetree
- _meta.js
- contact.md
- index.mdx
Tabs
pnpm: Fast, disk space efficient package manager.