Button
Customizable buttons with hover and pressed states.
Edit in demo →Interactive UI Components for PixiJS
Build text inputs, buttons, toggles, sliders, and scrollable lists directly in your PixiJS applications.
Click any tile to launch the live demo with PixiJS v4–v8
Customizable buttons with hover and pressed states.
Edit in demo →Animated toggle switches with optional labels.
Edit in demo →Draggable value slider with customizable appearance.
Edit in demo →Text input with cursor, selection, and keyboard handling.
Edit in demo →Virtualized scrollable lists with optional scrollbar.
Edit in demo →Base class for interactive elements with drag and swipe gestures.
Edit in demo →npm install pixidom.js
import { TextField, Button, Toggle, Slider, ScrollList } from 'pixidom.js';
<script src="https://unpkg.com/pixi.js@8"></script>
<script src="https://unpkg.com/pixidom.js"></script>
<script>
const { TextField, Button, Toggle } = PIXI_DOM;
</script>
| PixiJS Version | Status |
|---|---|
| v4.x | ✅ Supported |
| v5.x | ✅ Supported |
| v6.x | ✅ Supported |
| v7.x | ✅ Supported |
| v8.x | ✅ Supported |