MCPcopy Create free account
hub / github.com/mantinedev/ui.mantine.dev / ImageCheckboxes

Function ImageCheckboxes

lib/ImageCheckboxes/ImageCheckboxes.tsx:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67];
68
69export function ImageCheckboxes() {
70 const items = mockdata.map((item) => <ImageCheckbox {...item} key={item.title} />);
71 return <SimpleGrid cols={{ base: 1, sm: 2, md: 4 }}>{items}</SimpleGrid>;
72}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected