import React from 'react'; import '../css/custom.css'; import Layout from '@theme/Layout'; import { TooltipProvider } from '../../../../platform/ui-next/src/components/Tooltip'; // Navigation card components import { Card, CardHeader, CardTitle, CardDescription } from '../../../../platform/ui-next/src/components/Card'; import { Icons } from '../../../../platform/ui-next/src/components/Icons'; /* Showcase components (alphabetical) */ // import AllinOneMenuShowcase from './components/AllinOneMenuShowcase'; import ButtonShowcase from './components/ButtonShowcase'; import CheckboxShowcase from './components/CheckboxShowcase'; // import CinePlayerShowcase from './components/CinePlayerShowcase'; import ComboboxShowcase from './components/ComboboxShowcase'; import DataRowShowcase from './components/DataRowShowcase'; import DialogShowcase from './components/DialogShowcase'; import DropdownMenuShowcase from './components/DropdownMenuShowcase'; import HoverCardShowcase from './components/HoverCardShowcase'; import InputShowcase from './components/InputShowcase'; import LabelShowcase from './components/LabelShowcase'; import NumericMetaShowcase from './components/NumericMetaShowcase'; import PanelSectionShowcase from './components/PanelSectionShowcase'; import PopoverShowcase from './components/PopoverShowcase'; import ScrollAreaShowcase from './components/ScrollAreaShowcase'; import SelectShowcase from './components/SelectShowcase'; import SliderShowcase from './components/SliderShowcase'; import SwitchShowcase from './components/SwitchShowcase'; import TabsShowcase from './components/TabsShowcase'; import ToastShowcase from './components/ToastShowcase'; import ToolButtonShowcase from './components/ToolButtonShowcase'; import ToolButtonListShowcase from './components/ToolButtonListShowcase'; import TooltipShowcase from './components/TooltipShowcase'; /** * Components List page that displays all available UI components */ export default function ComponentsList() { return (
{/* Navigation cards */}
Colors & Typography Color Palette and Typography Guidelines Components Essential UI Components with Variants Patterns Component-Based Layout Examples

Components

{/* */} {/* */}
); }