diff --git a/404.html b/404.html index 93bc11e..765fa00 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/x2eUzJE-KuogJvlPUo8Q8/_buildManifest.js b/_next/static/DJeCHJ3GTVATmE5jmjTxR/_buildManifest.js similarity index 100% rename from _next/static/x2eUzJE-KuogJvlPUo8Q8/_buildManifest.js rename to _next/static/DJeCHJ3GTVATmE5jmjTxR/_buildManifest.js diff --git a/_next/static/x2eUzJE-KuogJvlPUo8Q8/_ssgManifest.js b/_next/static/DJeCHJ3GTVATmE5jmjTxR/_ssgManifest.js similarity index 100% rename from _next/static/x2eUzJE-KuogJvlPUo8Q8/_ssgManifest.js rename to _next/static/DJeCHJ3GTVATmE5jmjTxR/_ssgManifest.js diff --git a/index.html b/index.html index f7fed95..ee1094c 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