Skip to main content

Getting Started

Deadlock UI is an open-source Web Components library for Deadlock game items. Item data and images are fetched directly from the Deadlock API (no local assets or configuration needed).

Quick Start (CDN)

Add the script tag to your HTML and start using components immediately:

<script type="module" src="https://unpkg.com/@deadlock-api/ui-core/dist/main/main.esm.js"></script>

<dl-item-card class-name="upgrade_clip_size"></dl-item-card>

Install

npm install @deadlock-api/ui-core

Framework-specific packages

# React
npm install @deadlock-api/ui-react

# Vue
npm install @deadlock-api/ui-vue