0

i consider myself a good developer but when it comes to design or struggle with bootstrap or css stuff i'm lost. so i came here to ask for some help.

i'm using kendo ui with vue. now i need to do a couple of cruds, and i was asked to copy the design of the following page. https://demos.telerik.com/kendo-ui/bootstrap/

well the thing is that i'm unable to copy that design... :( not even the design, the controls don't look like that at all.

can someone point me in the right direction? i don't even find that panel on kendo-vue.

thanks. regards.

Rothariger
  • 293
  • 3
  • 22

1 Answers1

0

First of all check the source of the page. You will be able to see the css classes that are being used. What is more you could spot the stylesheets being used and lookup the their sources.

Secondly, you don't want to look for the whole panel on kendo-vue. Look for different components to assemble the panel: form, inputs, datepickers, selects etc.

Thirdly, you could view the whole theme on github . Just clone it and add your changes

Hope this helps