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
- Yarn
- pnpm
- Bun
npm install @deadlock-api/ui-core
yarn add @deadlock-api/ui-core
pnpm add @deadlock-api/ui-core
bun add @deadlock-api/ui-core
Framework-specific packages
- npm
- Yarn
- pnpm
- Bun
# React
npm install @deadlock-api/ui-react
# Vue
npm install @deadlock-api/ui-vue
# React
yarn add @deadlock-api/ui-react
# Vue
yarn add @deadlock-api/ui-vue
# React
pnpm add @deadlock-api/ui-react
# Vue
pnpm add @deadlock-api/ui-vue
# React
bun add @deadlock-api/ui-react
# Vue
bun add @deadlock-api/ui-vue