Skip to main content

Component Showcase

A reference page for all available MDX components. test


Admonitions

Note

This is a note admonition. Use it for general information.

Tip

This is a tip admonition. Use it for helpful suggestions.

Info

This is an info admonition. Use it for informational context.

Caution

This is a caution admonition. Use it for warnings.

Danger

This is a danger admonition. Use it for critical warnings.


Details (Collapsible)

Click to expand

This content is hidden by default. Great for optional or advanced information.


Card Grid

Getting Started

Learn how to set up and configure the project from scratch.

Explore platform →

Authentication

Integrate Keycloak for role-based access control.

TinaCMS Editing

Use the CMS editor to manage docs and blog content.

Deployment

Build and deploy your site to Vercel or any static host.

Date

date


Accordion Group

This is a Docusaurus + TinaCMS hybrid. Docusaurus generates the static site, TinaCMS provides a Git-backed CMS editing UI.

Navigate to /admin to open the TinaCMS editor. From there you can create and edit docs, blog posts, and pages.

Authentication is optional. You can protect individual pages using the accessRole frontmatter field.


Tabs


Code Block

import { useState } from "react";

export default function Counter() {
const [count, setCount] = useState(0);
return <button onClick={() => setCount(count + 1)}>Count: {count}</button>;
}
yarn dev
yarn build-local
yarn serve

Table

ComponentTypeProps
CardGridMDX embeditems, children
AccordionGroupMDX embeditems, children
AdmonitionMDX embedtype, title, children
DetailsMDX embedsummary, children
TabsMDX embedchildren (TabItem)
HighlightInlinecolor, children

Highlight

This word is highlighted in yellow and this one is highlighted in green.


Typography

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Mermaid

Regular paragraph text. Bold, italic, strikethrough, and inline code.

This is a blockquote. Use it to call out important quotes or references.

  • Unordered item one
  • Unordered item two
    • Nested item
  1. Ordered item one
  2. Ordered item two
  3. Ordered item three test

3

test 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,

  console.log
image 1

image 1

test