MCPcopy
hub / github.com/mantinedev/ui.mantine.dev / CategoryPageProps

Interface CategoryPageProps

components/CategoryPage/CategoryPage.tsx:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { Shell } from '../Shell';
7
8interface CategoryPageProps {
9 category: Category;
10 components: UiComponent[];
11}
12
13export function CategoryPage({ category, components }: CategoryPageProps) {
14 const canvases = components.map((component, index) => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected