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: 2 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.
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 :)