How can I implement other JavaScript packages in Filament?
I'm wondering how I can implement the package below in my Filament admin panel.
Package Link: https://github.com/aharen/thaana-keyboard
GitHub
GitHub - aharen/thaana-keyboard: Thaana keyboard replaces latin tex...
Thaana keyboard replaces latin text to thaana (dhivehi) unicode characters using JavaScript - GitHub - aharen/thaana-keyboard: Thaana keyboard replaces latin text to thaana (dhivehi) unicode charac...
2 Replies
You need to register the packages JS files and the bootstrapping JS for that package:
https://beta.filamentphp.com/docs/3.x/support/assets#registering-javascript-files
Thanks @Dennis Koch , I was able to successfully implement this packege in to my project, but there is any issue. When I type in RichEditor of filament each letter goes below one another, like each letter is on separate line / paragraph.