eglador-ui-react 1.0.0-alpha.2 → 1.0.0-alpha.4
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 +19 -11
- package/dist/index.d.mts +1182 -2
- package/dist/index.d.ts +1182 -2
- package/dist/index.js +16 -2
- package/dist/index.mjs +16 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Eglador UI for React — headless, accessible component library. Compound subcomponents, **Tailwind CSS v4**, zero runtime dependencies.
|
|
14
14
|
|
|
15
|
-
> **Status:**
|
|
15
|
+
> **Status:** Alpha — 55/55 components shipped.
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
@@ -36,25 +36,33 @@ npm install eglador-ui-react
|
|
|
36
36
|
| Next.js (`src/`) | `src/app/globals.css` | `../../node_modules/eglador-ui-react` |
|
|
37
37
|
| Vite | `src/index.css` | `../node_modules/eglador-ui-react` |
|
|
38
38
|
|
|
39
|
-
##
|
|
39
|
+
## Conventions
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
All components share the same vocabulary:
|
|
42
42
|
|
|
43
|
-
**
|
|
43
|
+
- **Variants** (visual hierarchy): `solid` · `soft` · `outline` · `ghost` · `link`
|
|
44
|
+
- **Sizes**: `xs` · `sm` · `md` · `lg` · `xl`
|
|
45
|
+
- **Shapes**: `square` · `rounded` · `pill` · `circle`
|
|
46
|
+
- **Palette**: zinc-only (no color schemes; theming handled separately)
|
|
47
|
+
- **A11y**: native HTML inputs, `aria-*` attributes, focus-visible rings, RTL-safe Tailwind logical properties
|
|
44
48
|
|
|
45
|
-
|
|
49
|
+
## Components (55/55)
|
|
46
50
|
|
|
47
|
-
**
|
|
51
|
+
**Layout & Structure (7/7)** — ✓ Accordion · ✓ AspectRatio · ✓ Collapsible · ✓ Resizable · ✓ ScrollArea · ✓ Separator · ✓ Sidebar
|
|
48
52
|
|
|
49
|
-
**
|
|
53
|
+
**Display (7/7)** — ✓ Avatar · ✓ Badge · ✓ Empty · ✓ Kbd · ✓ Skeleton · ✓ Spinner · ✓ Typography
|
|
50
54
|
|
|
51
|
-
**
|
|
55
|
+
**Navigation (7/7)** — ✓ Breadcrumb · ✓ Menubar · ✓ NavigationMenu · ✓ Pagination · ✓ Stepper · ✓ Tabs · ✓ TreeView
|
|
52
56
|
|
|
53
|
-
**
|
|
57
|
+
**Forms (15/15)** — ✓ Button · ✓ ButtonGroup · ✓ Checkbox · ✓ CheckboxGroup · ✓ Input · ✓ InputGroup · ✓ InputOTP · ✓ Label · ✓ MultiSelect · ✓ NativeSelect · ✓ Radio · ✓ RadioGroup · ✓ Select · ✓ Switch · ✓ Textarea
|
|
54
58
|
|
|
55
|
-
**
|
|
59
|
+
**Date & Time (3/3)** — ✓ Calendar · ✓ DatePicker · ✓ DateTimePicker
|
|
56
60
|
|
|
57
|
-
**
|
|
61
|
+
**Overlays (10/10)** — ✓ Alert · ✓ AlertDialog · ✓ ContextMenu · ✓ Dialog · ✓ Drawer · ✓ Dropdown · ✓ HoverCard · ✓ Notification · ✓ Popover · ✓ Tooltip
|
|
62
|
+
|
|
63
|
+
**Data (1/1)** — ✓ Table
|
|
64
|
+
|
|
65
|
+
**Misc (5/5)** — ✓ Command · ✓ ImageCropper · ✓ Link · ✓ Progress · ✓ SpeedDial
|
|
58
66
|
|
|
59
67
|
## Compatibility
|
|
60
68
|
|