Simple notification script for fivem using svelte and tailwindcss
Please download it from release tab unless you will have to rebuild it.
Just drag and drop to your resource folder, no framework needed (standalone)
--[[
title: string;
message: string;
type: "info" | "error" | "warning" | "success", default = info;
timeout: number;
]]
exports['ran-notification']:Notify(title, message, type, timeout)
-- example
exports['ran-notification']:Notify("Error", "This is an error message", "error", 5000)
You can join my discord if you want :)