I have a design brief which requires me to move the red component (on the right) to the red frame/shell(on the left).
The two categories/sections comes from a REST-API, with their children in side like that.
[ What i've tried ]
I tried positioning the red component absolute, but the problem was that if the content of the component above it grow. the two components are going to overlap.
I couldn't find exactly where to position it. (in terms on Y axis)
[ What i would like ]
I was hoping that maybe i can use v-slot
to create a shell/frame on the left, then i template the component on the right and yield it to the shell/frame on the left side.
Any help would be appreciated.
Thanks in advance.
If I understand you correctly, that's what you need :
// sorry for plain css, I just don't know how insert scss in stackoverflow snippet box