Update README.md
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 42s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s

This commit is contained in:
Mohamad Zade 2026-09-01 14:50:00 +00:00
parent f80e71f2f1
commit d6919107f1

View File

@ -37,8 +37,8 @@ yarn upgrade uikit
| ------------------ | ------------------------------------- | --------------------------------------- |
| `uikit` | utility functions | - |
| `uikit/utils` | utility functions | - |
| `uikit/pagination` | pagination | Chakra + React + react-icons |
| `uikit/layout` | Header, Sidebar | Chakra + React + React Icons |
| `uikit/pagination` | pagination | Chakra + React |
| `uikit/layout` | Header, Sidebar | Chakra + React |
| `uikit/core` | API، BiProvider، Keycloak، Permission | Chakra + React Query + Axios + Keycloak + Query Params |
| `uikit/table` | DataTable | Chakra + TanStack Table + Pagination |
| `uikit/remote/ui` | Remote UI components مثل `GBadge` | Chakra + React + remote static file |
@ -69,13 +69,11 @@ required dependencies
```bash
yarn add @chakra-ui/react@2
yarn add @chakra-ui/icons@2
yarn add @emotion/react@11
yarn add @emotion/styled@11
yarn add chakra-react-select@5
yarn add react-select@5
yarn add framer-motion@10
yarn add react-icons
```
using
@ -138,7 +136,7 @@ function AppHeader() {
required dependencies:
```bash
yarn add @chakra-ui/react @emotion/react @emotion/styled framer-motion react-icons
yarn add @chakra-ui/react @emotion/react @emotion/styled framer-motion
yarn add @tanstack/react-query axios keycloak-js
yarn add next-query-params@^5.1.0 use-query-params@^2.2.2
```