Hello I'am using Vue and Ant Design. So i pick Collapse Component from Ant Design: https://antdv.com/components/collapse/
My problem is that in Collapse.Panel there is a prop header
which is string
, but i need to put string in there (example: v0.6.1.11) and date, so i can add margin-left: auto
or something like that in date.
Exmaple:
I tried using white-space: pre
and then simply add spaces to achive that space between but it's not responsive solution.
How can i pass into header prop pure html so i could put something like two <p>
tags there and then create space between title and date?