@roy-ui/ui 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +288 -54
- package/dist/DataTable-TQ5OBNZF.css +396 -0
- package/dist/DateRangePicker-BCP26AOC.css +335 -0
- package/dist/Pagination-FUYIHYSD.css +108 -0
- package/dist/Table-YTEWR635.css +239 -0
- package/dist/TableSearch-UZO4ZJVE.css +87 -0
- package/dist/TimePicker-44EKHQEJ.css +411 -0
- package/dist/TreeNav-22DY7TP5.css +135 -0
- package/dist/index.d.ts +340 -2
- package/dist/index.js +2182 -6
- package/dist/index.js.map +1 -1
- package/package.json +91 -2
package/package.json
CHANGED
|
@@ -1,44 +1,133 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roy-ui/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Free, animated React components built with TypeScript. Zero config, RSC-safe, sub-12 KB. Gradient button, popover, text morph and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
7
|
+
"reactjs",
|
|
8
|
+
"react-18",
|
|
9
|
+
"react-19",
|
|
7
10
|
"react-components",
|
|
8
11
|
"react-component-library",
|
|
9
12
|
"react-ui",
|
|
10
13
|
"react-ui-library",
|
|
14
|
+
"react-ui-kit",
|
|
15
|
+
"react-ui-framework",
|
|
11
16
|
"ui",
|
|
12
17
|
"ui-library",
|
|
13
18
|
"ui-kit",
|
|
19
|
+
"ui-components",
|
|
20
|
+
"ui-framework",
|
|
14
21
|
"component-library",
|
|
15
22
|
"components",
|
|
23
|
+
"components-library",
|
|
16
24
|
"design-system",
|
|
17
25
|
"typescript",
|
|
26
|
+
"typescript-react",
|
|
18
27
|
"esm",
|
|
28
|
+
"esm-only",
|
|
19
29
|
"tree-shakable",
|
|
30
|
+
"tree-shaking",
|
|
31
|
+
"side-effect-free",
|
|
32
|
+
"tiny",
|
|
33
|
+
"lightweight",
|
|
34
|
+
"zero-config",
|
|
20
35
|
"nextjs",
|
|
21
36
|
"next",
|
|
37
|
+
"next-js",
|
|
38
|
+
"next15",
|
|
39
|
+
"nextjs-15",
|
|
40
|
+
"app-router",
|
|
22
41
|
"react-server-components",
|
|
23
42
|
"rsc",
|
|
43
|
+
"rsc-safe",
|
|
24
44
|
"use-client",
|
|
45
|
+
"server-components",
|
|
46
|
+
"vite",
|
|
47
|
+
"remix",
|
|
48
|
+
"astro",
|
|
49
|
+
"tanstack",
|
|
50
|
+
"tanstack-start",
|
|
25
51
|
"animation",
|
|
26
52
|
"animated",
|
|
53
|
+
"animated-components",
|
|
54
|
+
"animated-ui",
|
|
55
|
+
"react-animation",
|
|
56
|
+
"react-animation-library",
|
|
27
57
|
"micro-interactions",
|
|
58
|
+
"motion",
|
|
59
|
+
"transitions",
|
|
28
60
|
"gradient",
|
|
29
61
|
"gradient-button",
|
|
62
|
+
"animated-gradient",
|
|
30
63
|
"button",
|
|
64
|
+
"cta-button",
|
|
65
|
+
"loading-button",
|
|
31
66
|
"popover",
|
|
67
|
+
"animated-popover",
|
|
32
68
|
"tooltip",
|
|
69
|
+
"overlay",
|
|
70
|
+
"modal",
|
|
71
|
+
"dialog",
|
|
33
72
|
"text-animation",
|
|
34
73
|
"text-morph",
|
|
35
74
|
"text-effect",
|
|
75
|
+
"typing-animation",
|
|
76
|
+
"tree-nav",
|
|
77
|
+
"tree-navigation",
|
|
78
|
+
"sidebar",
|
|
79
|
+
"sidebar-nav",
|
|
80
|
+
"navigation",
|
|
81
|
+
"menu",
|
|
36
82
|
"made-by",
|
|
37
83
|
"attribution-badge",
|
|
84
|
+
"badge",
|
|
85
|
+
"credit-badge",
|
|
86
|
+
"floating-badge",
|
|
87
|
+
"headless-ui",
|
|
88
|
+
"accessible",
|
|
89
|
+
"accessibility",
|
|
90
|
+
"wai-aria",
|
|
91
|
+
"aria",
|
|
92
|
+
"a11y",
|
|
38
93
|
"frontend",
|
|
94
|
+
"front-end",
|
|
95
|
+
"web-development",
|
|
39
96
|
"open-source",
|
|
40
97
|
"free",
|
|
41
|
-
"
|
|
98
|
+
"mit",
|
|
99
|
+
"mit-license",
|
|
100
|
+
"tailwind",
|
|
101
|
+
"tailwind-css",
|
|
102
|
+
"tailwind-friendly",
|
|
103
|
+
"shadcn",
|
|
104
|
+
"shadcn-ui",
|
|
105
|
+
"shadcn-alternative",
|
|
106
|
+
"shadcn-ui-alternative",
|
|
107
|
+
"aceternity",
|
|
108
|
+
"aceternity-ui",
|
|
109
|
+
"aceternity-alternative",
|
|
110
|
+
"magic-ui",
|
|
111
|
+
"magic-ui-alternative",
|
|
112
|
+
"mui",
|
|
113
|
+
"mui-alternative",
|
|
114
|
+
"material-ui",
|
|
115
|
+
"material-ui-alternative",
|
|
116
|
+
"radix",
|
|
117
|
+
"radix-ui",
|
|
118
|
+
"radix-alternative",
|
|
119
|
+
"hero-ui",
|
|
120
|
+
"heroui",
|
|
121
|
+
"heroui-alternative",
|
|
122
|
+
"mantine",
|
|
123
|
+
"mantine-alternative",
|
|
124
|
+
"chakra",
|
|
125
|
+
"chakra-ui",
|
|
126
|
+
"chakra-alternative",
|
|
127
|
+
"daisyui",
|
|
128
|
+
"daisyui-alternative",
|
|
129
|
+
"roy-ui",
|
|
130
|
+
"royui"
|
|
42
131
|
],
|
|
43
132
|
"author": {
|
|
44
133
|
"name": "Dibbayajyoti Roy",
|