@optilogic/core 1.0.0-beta.1 → 1.0.0-beta.10

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 CHANGED
@@ -13,17 +13,20 @@ npm install @optilogic/core
13
13
  Install the required peer dependencies:
14
14
 
15
15
  ```bash
16
- # Required
17
16
  npm install react react-dom tailwindcss
17
+ ```
18
+
19
+ Optional peer dependencies for specific components:
18
20
 
19
- # Radix UI (install based on components you use)
20
- npm install @radix-ui/react-tooltip @radix-ui/react-select @radix-ui/react-dropdown-menu
21
+ ```bash
22
+ # DataGrid virtualization
23
+ npm install @tanstack/react-virtual
21
24
 
22
- # Icons
23
- npm install lucide-react
25
+ # DatePicker
26
+ npm install date-fns react-day-picker
24
27
 
25
- # Optional (for specific components)
26
- npm install @tanstack/react-virtual sonner
28
+ # Toaster notifications
29
+ npm install sonner
27
30
  ```
28
31
 
29
32
  ## Setup