We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139d01c commit cde2877Copy full SHA for cde2877
2 files changed
apps/demo/index.html
@@ -3,7 +3,8 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>ProtoEffects Demo</title>
+ <meta name="description" content="Zero-wrapper React effects. Gradient borders and glow without extra divs." />
7
+ <title>Protohiro Effects – Zero Wrapper React Effects</title>
8
</head>
9
<body>
10
<div id="root"></div>
packages/react/package.json
@@ -18,10 +18,19 @@
18
},
19
"keywords": [
20
"protoeffects",
21
+ "protohiro",
22
"react",
23
"hooks",
24
"css",
- "effects"
25
+ "effects",
26
+ "react-hooks",
27
+ "css-effects",
28
+ "ui-effects",
29
+ "gradient-border",
30
+ "glow",
31
+ "spotlight",
32
+ "noise-overlay",
33
+ "design-system"
34
],
35
"publishConfig": {
36
"access": "public"
0 commit comments