Skip to content
forked from pixijs/ui

Commonly used UI components for PixiJS

License

Notifications You must be signed in to change notification settings

krimeshu/pixi-ui

 
 

Repository files navigation

It is a library that contains commonly used UI components, that are extensible to allow them to be used in any project

Here are some useful resources:

Install

npm install @pixi/ui

There is no default export. The correct way to import pixi-ui is:

import { Button, ScrollBox } from '@pixi/ui';

To use any of the components you can go to it's page and copy/paste the example code to your project.

Known Issues

This library requires Pixi v7.1.1 or higher as this is when the globalpointermove event was added See here for details

About

Commonly used UI components for PixiJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%