Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
Ferdi ÜNAL edited this page Nov 11, 2023 · 9 revisions

Before starting the installation, please remember that you need to have a Refinedev project. If you don't have one yet, visit the following link.

Install

Let's install the following packages

Use npm:

npm install --save \
@ferdiunal/refinedev-shadcn-ui \
@hookform/resolvers \
@refinedev/react-hook-form \
@refinedev/react-router-v6 \
@refinedev/react-table \
date-fns \
lucide-react \
react-day-picker \
zod

Use yarn:

yarn add \
@ferdiunal/refinedev-shadcn-ui \
@hookform/resolvers \
@refinedev/react-hook-form \
@refinedev/react-router-v6 \
@refinedev/react-table \
date-fns \
lucide-react \
react-day-picker \
zod

Table of Content

Clone this wiki locally