2.0.1 • Published 1 month ago

@pixi/ui v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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.

PixiJSPixiUI
v7.xv1.x
v8.xv2.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

1.0.1

1 month ago

2.0.1

1 month ago

1.0.0

2 months ago

2.0.0

2 months ago

0.10.4

4 months ago

0.10.5

4 months ago

0.10.3

4 months ago

0.10.2

5 months ago

0.10.1

6 months ago

0.10.0

7 months ago

0.9.0

9 months ago

0.8.1

10 months ago

0.8.0

10 months ago

0.8.3

10 months ago

0.7.4

11 months ago

0.9.1

7 months ago

0.8.2

10 months ago

0.7.2

12 months ago

0.7.1

12 months ago

0.7.3

11 months ago

0.6.2

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.8

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago