Ox_Lib Migration
Seamlessly migrate from ox_lib UI components to Prism_UI with no code changes required.
Add the compatibility script
Add @prism_uipack/init.lua to the shared_scripts list inside your resourceโs fxmanifest.lua.
shared_scripts {
'@ox_lib/init.lua',
'@prism_uipack/init.lua'
}Last updated on