We are using Angular and TailwindCss in our product and we want to use the Kendo Grid like below. Do you have any examples to style the grid like this? If not supported for tailwind, plain css is fine.,
1 Answer, 1 is accepted
0
Zornitsa
Telerik team
answered on 25 Mar 2024, 04:23 PM
Hi Muditha,
In some cases, Tailwind can be used for the overall layout and for the content that needs to be styled or customized. In general, you can use Tailwind for everything, except for the Kendo UI for Angular components since they fully rely on our Kendo Themes in order to work and look properly.
What I can suggest for achieving a similar look to the one in the shared screenshot is checking out our Kendo Themesand more particularly the Material Theme since it has the closest feel to the desired one. You can explore how the different themes and their various swatches look for every component in all runnable demos that are available on the Docs&Demos page on our website:
The Material Theme can be used together with some custom CSS to remove the borders of the Grid, as shown in the screenshot. Below is a StackBlitz example that demonstrates the suggested combination:
Alternatively, the ThemeBuilder application can also be used to achieve the desired look since it allows you to configure a unique custom theme entirely based on your own design requirements. Here is an article where you can learn more about ThemeBuilder and the opportunities it provides: