feat(markdown): add markdown
This commit is contained in:
parent
6117b9e887
commit
0193880cb0
4036 changed files with 25057 additions and 1990 deletions
|
|
@ -32,6 +32,8 @@ import {
|
|||
type OnboardingStep,
|
||||
} from "@methanium/ui";
|
||||
|
||||
import { MarkdownShowcase } from "./MarkdownShowcase";
|
||||
|
||||
const navigation = [
|
||||
{ label: "Banana", icon: Home, variant: "default" },
|
||||
{ label: "Orange", icon: Blocks, variant: "subtleDefault" },
|
||||
|
|
@ -219,6 +221,7 @@ export default function App() {
|
|||
</Button>
|
||||
</div>
|
||||
<ThemeCustomizer />
|
||||
<MarkdownShowcase />
|
||||
</div>
|
||||
</SidebarInset>
|
||||
</SidebarProvider>
|
||||
|
|
|
|||
Loading…
Reference in a new issue