UI Standards

120kw user interfaces are built using modern web technologies. We primarily use Tailwind CSS and Vue.js for our UI components.

Button Component

<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-xl transition-all">
  Primary Button
</button>

FiveM Structure

All resources must follow a standardized folder structure and naming convention to ensure compatibility and ease of maintenance.

120kw_resourcename/
├── client/
│ └── main.lua
├── server/
│ └── main.lua
├── shared/
│ └── config.lua
├── web/
│ ├── dist/
│ └── index.html
└── fxmanifest.lua