diff --git a/404.html b/404.html index 06f3d95..0cb2671 100644 --- a/404.html +++ b/404.html @@ -4,4 +4,4 @@ var computedColorScheme = colorScheme !== "auto" ? colorScheme : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; document.documentElement.setAttribute("data-mantine-color-scheme", computedColorScheme); } catch (e) {} -

404

This page could not be found.

\ No newline at end of file +

404

This page could not be found.

\ No newline at end of file diff --git a/_next/static/jV8yfdiEngf5v-I_5WfQq/_buildManifest.js b/_next/static/H-5E7goH-5iy-bofLvFNF/_buildManifest.js similarity index 100% rename from _next/static/jV8yfdiEngf5v-I_5WfQq/_buildManifest.js rename to _next/static/H-5E7goH-5iy-bofLvFNF/_buildManifest.js diff --git a/_next/static/jV8yfdiEngf5v-I_5WfQq/_ssgManifest.js b/_next/static/H-5E7goH-5iy-bofLvFNF/_ssgManifest.js similarity index 100% rename from _next/static/jV8yfdiEngf5v-I_5WfQq/_ssgManifest.js rename to _next/static/H-5E7goH-5iy-bofLvFNF/_ssgManifest.js diff --git a/index.html b/index.html index a6af592..0a0f94d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ var computedColorScheme = colorScheme !== "auto" ? colorScheme : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; document.documentElement.setAttribute("data-mantine-color-scheme", computedColorScheme); } catch (e) {} -

@gfazioli/mantine-flip

A Mantine component that flips the content of the component when hovered over.

Installation

+

@gfazioli/mantine-flip

A Mantine component that flips the content of the component when hovered over.

Installation

yarn add mantine-flip

Regular demo

Front Card

Back Card

import { Flip } from '@gfazioli/mantine-flip';
@@ -89,4 +89,4 @@
   );
 }

Other subtitle

-

Other content

\ No newline at end of file +

Other content

\ No newline at end of file