Update README.md
This commit is contained in:
parent
f80e71f2f1
commit
d6919107f1
@ -37,8 +37,8 @@ yarn upgrade uikit
|
|||||||
| ------------------ | ------------------------------------- | --------------------------------------- |
|
| ------------------ | ------------------------------------- | --------------------------------------- |
|
||||||
| `uikit` | utility functions | - |
|
| `uikit` | utility functions | - |
|
||||||
| `uikit/utils` | utility functions | - |
|
| `uikit/utils` | utility functions | - |
|
||||||
| `uikit/pagination` | pagination | Chakra + React + react-icons |
|
| `uikit/pagination` | pagination | Chakra + React |
|
||||||
| `uikit/layout` | Header, Sidebar | Chakra + React + React Icons |
|
| `uikit/layout` | Header, Sidebar | Chakra + React |
|
||||||
| `uikit/core` | API، BiProvider، Keycloak، Permission | Chakra + React Query + Axios + Keycloak + Query Params |
|
| `uikit/core` | API، BiProvider، Keycloak، Permission | Chakra + React Query + Axios + Keycloak + Query Params |
|
||||||
| `uikit/table` | DataTable | Chakra + TanStack Table + Pagination |
|
| `uikit/table` | DataTable | Chakra + TanStack Table + Pagination |
|
||||||
| `uikit/remote/ui` | Remote UI components مثل `GBadge` | Chakra + React + remote static file |
|
| `uikit/remote/ui` | Remote UI components مثل `GBadge` | Chakra + React + remote static file |
|
||||||
@ -69,13 +69,11 @@ required dependencies
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn add @chakra-ui/react@2
|
yarn add @chakra-ui/react@2
|
||||||
yarn add @chakra-ui/icons@2
|
|
||||||
yarn add @emotion/react@11
|
yarn add @emotion/react@11
|
||||||
yarn add @emotion/styled@11
|
yarn add @emotion/styled@11
|
||||||
yarn add chakra-react-select@5
|
yarn add chakra-react-select@5
|
||||||
yarn add react-select@5
|
yarn add react-select@5
|
||||||
yarn add framer-motion@10
|
yarn add framer-motion@10
|
||||||
yarn add react-icons
|
|
||||||
```
|
```
|
||||||
|
|
||||||
using
|
using
|
||||||
@ -138,7 +136,7 @@ function AppHeader() {
|
|||||||
required dependencies:
|
required dependencies:
|
||||||
|
|
||||||
```bash
|
```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 @tanstack/react-query axios keycloak-js
|
||||||
yarn add next-query-params@^5.1.0 use-query-params@^2.2.2
|
yarn add next-query-params@^5.1.0 use-query-params@^2.2.2
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user