You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/app/layout.tsx
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,28 @@ import { cn } from "@/lib/utils";
7
7
constinter=Inter({subsets: ["latin"]});
8
8
9
9
exportconstmetadata: Metadata={
10
-
title: "TODO",
11
-
description: "TODO",
10
+
title: "tailwindcss-spring",
11
+
description:
12
+
"A Tailwind CSS plugin that adds spring animations to your project using CSS linear(). Define just two parameters and let the plugin generate the easing curve and the animation duration.",
13
+
keywords: [
14
+
"tailwindcss",
15
+
"tailwind",
16
+
"spring",
17
+
"animation",
18
+
"plugin",
19
+
"bounce",
20
+
"linear()",
21
+
"easing",
22
+
"curve",
23
+
"CSS",
24
+
],
25
+
twitter: {
26
+
title: "tailwindcss-spring",
27
+
description:
28
+
"A Tailwind CSS plugin that adds spring animations to your project using CSS linear(). Define just two parameters and let the plugin generate the easing curve and the animation duration.",
0 commit comments