Complex layouts with vue.js in laravel

101 views Asked by At

i am currently solving how to aproach very complex layouts like on the picture. i will need to dynamicaly change colors of each element and dynamicaly show data in some of them.

Can anyone suggest how to aproach this? So far i am thinking about using this https://konvajs.org/

layout example

1

There are 1 answers

0
lavrton On

There are many ways to implement it.

Probably the simplest way is to just draw such shapes with SVG. Or you can try to use vue-konva or any other drawing library.