adrianhajdin / project_syncfusion_dashboard

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a an admin dashboard app using React.js and Syncfusion
https://jsmastery.pro
GNU Affero General Public License v3.0
3.04k stars 1.05k forks source link

Settings Icon Creating Issue #16

Open Divyansh1315 opened 2 years ago

Divyansh1315 commented 2 years ago

The settings icon which was included at the start of the video is not appearing in the bottom right corner of the screen instead it's appearing in the top left corner of the screen.

I've used the exact code as shown in the video and as given in the GitHub repository. Kindly look at my code and suggest to me how I can sort this issue. 2022-09-10 16_19_35-

2022-09-10 16_19_47-App js - admin_dashboard_workspace (Workspace) - Visual Studio Code

Pannu786 commented 1 year ago

Can you make sure Tailwind is installed? You can check by using this npm view tailwindcss version

Divyansh1315 commented 1 year ago

npm view tailwindcss version

Yes, it's installed. 2022-09-19 12_39_55-Sidebar jsx - Admin-dashboard-using-React - Visual Studio Code

Pannu786 commented 1 year ago

Try this npm install --legacy-peer-deps. See if this helps.

Divyansh1315 commented 1 year ago

npm install --legacy-peer-deps

No, nothing changed. It's still the same.

Pannu786 commented 1 year ago

Can you share the full page code of App.jsx with imports and everything.

On Thu, 22 Sep 2022, 06:00 Divyansh1315, @.***> wrote:

npm install --legacy-peer-deps

No, nothing changed. It's still the same.

— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_syncfusion_dashboard/issues/16#issuecomment-1254364603, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKO6XDXCU6EZPGLEWVGNWYTV7OSCZANCNFSM6AAAAAAQJJEQEY . You are receiving this because you commented.Message ID: @.*** com>

Divyansh1315 commented 1 year ago

2022-09-22 06_14_23-App js - Admin-dashboard-using-React - Visual Studio Code 2022-09-22 06_14_42-App js - Admin-dashboard-using-React - Visual Studio Code 2022-09-22 06_15_25-App js - Admin-dashboard-using-React - Visual Studio Code 2022-09-22 06_15_42-App js - Admin-dashboard-using-React - Visual Studio Code

@Pannu786

Pannu786 commented 1 year ago

0k so this is what I found after checking your repo, your craco.config.js and tailwind.config.js were outside the admin_dashboard folder they need to be inside the folder. Screenshot 2022-09-22 132609

A5385 commented 1 year ago

Hi... I Have The same issue with settings icon .. and my files ( " craco.config.js" and "tailwind.config.js") in Dashboard folder

1 2 3 4 5