# Components

All DisplayObject components have the following props:

### [x](http://pixijs.download/dev/docs/PIXI.DisplayObject.html#x):number
### [y](http://pixijs.download/dev/docs/PIXI.DisplayObject.html#y):number
### [width](http://pixijs.download/dev/docs/PIXI.DisplayObject.html#width):number
### [height](http://pixijs.download/dev/docs/PIXI.DisplayObject.html#height):number
### [rotation](http://pixijs.download/dev/docs/PIXI.DisplayObject.html#rotation):number


### [onAdded](http://pixijs.download/dev/docs/PIXI.DisplayObject.html#event:added):(child:PIXI.DisplayObject, parent:PIXI.Container)

### [onRemoved](http://pixijs.download/dev/docs/PIXI.DisplayObject.html#event:added):(child:PIXI.DisplayObject, parent:PIXI.Container)


The following are the list of components, with their additional props

### [Container](http://pixijs.download/dev/docs/PIXI.Container.html)

### [Text](http://pixijs.download/dev/docs/PIXI.Text.html)

* text:string
* style:any

### [Sprite](http://pixijs.download/dev/docs/PIXI.Sprite.html)

* texture:PIXI.Texture



