Adding JavaScript components for advanced functionality? #637
-
Hi guys I'm interested in using Filament as an alternative to a custom Vue.js dashboard. But I need to use CKEditor and some other JS components in certain admin views for advanced functionality. Is there an easy way of doing this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
yes i have this problem |
Beta Was this translation helpful? Give feedback.
-
We have some documentation about building custom form components - is this what you're looking for? https://filamentphp.com/docs/2.x/forms/fields#building-custom-fields We currently have Trix in the core & TinyMCE editor in a plugin, it should be simple to add others like CKEditor, especially if you've used Alpine before :) |
Beta Was this translation helpful? Give feedback.
-
@danharrin hey, am a newbie developer so what about using renderhooks , i did it once but now its not working am i missing something is there any command to to run after providing it in provider ? am using @Vite directive and and laready run build am i missign something? |
Beta Was this translation helpful? Give feedback.
We have some documentation about building custom form components - is this what you're looking for? https://filamentphp.com/docs/2.x/forms/fields#building-custom-fields
We currently have Trix in the core & TinyMCE editor in a plugin, it should be simple to add others like CKEditor, especially if you've used Alpine before :)