Skip to content

fehde-k/mantine-cheatsheets

 
 

Repository files navigation

https://thr3a.github.io/mantine-cheatsheets/

data.backgroundエラー

demoTypeがミスってる。src/mantine-demos/src/components/Demo/Demo.tsx に以下追記して表示されてないコンポーネントを調べる。

export function Demo({ data, demoProps, configuratorProps }: DemoProps) {
  const theme = useMantineTheme();
+  if (data === undefined) {
+    return null;
+  }

About

Mantine react components cheatsheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • Shell 6.5%
  • JavaScript 2.2%
  • SCSS 0.6%