# 🦕 DinoCore

**DinoCore** là một tập hợp các thành phần và công cụ hỗ trợ với TypeScript + React. Cung cấp thành phần thiết yếu như: form, table, api global,...

## 📥 Cài đặt

```
npm install dinocollab-core@latest
```

## 📥 Cài đặt các thư viện phụ thuộc

dependencies:

```bash
pnpm add @mui/material@5.17.1 @mui/icons-material@5.17.1 clipboard-copy@4.0.1 react-quill@2.0.0 @mui/x-data-grid@6.20.4 @mui/x-date-pickers@6.20.2 dayjs@1.11.5 dotenv@16.4.7 axios@1.8.3 query-string@9.1.1
```

dev dependencies:

```bash
pnpm add @types/jest@27.0.1 -D
```
