How to accurately render RichEditor in Vuejs?
hello, i have a RichEditor in my Filamentphp like so
and in my Vuejs project's app.css i import the filamentphp css per the documentation
inside my Vuejs page, i render it like so:
but it's very inaccurate, it doesn't look like the filamentphp's form. what else can i do?
Solution:Jump to solution
it could definitely do with tidying up on our end, but its not supposed to look 100% identical because ours is an editing experience, so we need more borders etc to allow things to be moved and resized
5 Replies
here's my filamentphp rich editor

and this is what it looks like when i render it, in vuejs

write some CSS to make it look how you want
Solution
it could definitely do with tidying up on our end, but its not supposed to look 100% identical because ours is an editing experience, so we need more borders etc to allow things to be moved and resized
thank you Dan, i'll do that. and i appreciate what you've gone have built, Filament is the best thing that has happened to me💀