Kendo for an Existing Next.js Project

1 Answer 5 Views
Styling
Peter
Top achievements
Rank 1
Iron
Peter asked on 02 Jul 2025, 07:04 PM
I am trying to use Kendo/React with a Next.js/tailwindcss project under development. It looks like I need to add "use client" in order to make it compile ... but it does not stylize. Simple components display, without any style or theme (plain vanilla). I am using the examples posted for Kendo/React without changes. How do I make this work?

1 Answer, 1 is accepted

Sort by
0
Peter
Top achievements
Rank 1
Iron
answered on 03 Jul 2025, 01:37 AM

Answer: in layout.tsx

import '@progress/kendo-theme-default/dist/all.css';

Tags
Styling
Asked by
Peter
Top achievements
Rank 1
Iron
Answers by
Peter
Top achievements
Rank 1
Iron
Share this question
or