@pixi/ui
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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:

We are now a part of the Open Collective and with your support you can help us make PixiJS even better. To make a donation, simply click the button below and we'll love you forever!

Compatibility

Depending on your version of PixiJS, you'll need to figure out which major version of PixiUI to use.

PixiJS PixiUI
v7.x v1.x
v8.x v2.x

Install

npm install @pixi/ui

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

Usage

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

const button = new Button();

button.onPress.connect(() => console.log('Button pressed!') );

To use any of the components you can go to it's page in the sandbox, and copy/paste the example code to your project (check the Code tab):

Components

Contribute

Want to be part of the PixiUI project? Great! All are welcome! We will get there quicker together :) Whether you find a bug, have a great feature request, or you fancy owning a task from the road map above, feel free to get in touch.

Make sure to read the Contributing Guide before submitting changes.

License

This content is released under the (http://opensource.org/licenses/MIT) MIT License.

Known Issues

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

Readme

Keywords

none

Package Sidebar

Install

npm i @pixi/ui

Weekly Downloads

1,183

Version

2.0.1

License

MIT

Unpacked Size

1.55 MB

Total Files

251

Last publish

Collaborators

  • zyie
  • bigtimebuddy
  • cyberdex
  • baseten
  • doormat23