-1

I want to use stackblitz with syncfusion - specifically a grid inline editing example. I can almost get it going , but I can't get the Material design styles to display. I am a newbie to syncfusion and stack blitz

Thanks

Martin Thompson
  • 3,415
  • 10
  • 38
  • 62

1 Answers1

0

You can apply material style design by referring the material.css file in the sample as below.

<style>

@import "https://cdn.syncfusion.com/ej2/material.css";

</style>

Sample

Pavi
  • 91
  • 2