Adding new Documentation
How to Add Documentation
Go to Documentation Boilerplate and download the boilerplate.
Unzip the downloaded file to src > content > "your documentation type (it can be theme, plugin or others)" > extract boiler plate
How to import Nextra UI components
terminal
import { Tabs, Steps, Cards, Card } from "nextra/components";
import { Bleed } from 'nextra/components'
import { Search } from 'nextra/components';
##steps
<Steps>
## Step 1
## Step 2
</Steps>
## Cards
<Cards>
<Cards.Card
title=""
href=""
/>
<Cards.Card
</Cards>
## Search
<Search placeholder="Have a question? Ask Hedwig!" />
Last updated on